From 4dd7620c5124b1b311c0fb35a156f66bb5cccdc5 Mon Sep 17 00:00:00 2001 From: divyam234 <47589864+divyam234@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:22:02 +0530 Subject: [PATCH] docs: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1d34bc..26dc705 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ teldrive run --help | --tg-session-file | Bot session file. | No | $HOME/.teldrive/session.db | | --tg-bg-bots-limit | Start at most this no of bots in the background to prevent connection recreation on every request.Increase this if you are streaming or downloading large no of files simultaneously. | No | 5 | --tg-uploads-threads | Concurrent Uploads threads for uploading file | No | 16 | -| --tg-uploads-retention | Uploads retention duration.Duration to keep failed uploaded chunks in db for resuming uploads. | No | 360h (30 days) | +| --tg-uploads-retention | Uploads retention duration.Duration to keep failed uploaded chunks in db for resuming uploads. | No | 7d | **You Can also set config values through env varibles.** - For example ```tg-session-file``` will become ```TELDRIVE_TG_SESSION_FILE``` same for all possible flags.