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.