mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
docs: Update README.md
This commit is contained in:
parent
c5019f8a67
commit
4dd7620c51
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ teldrive run --help
|
||||||
| --tg-session-file | Bot session file. | No | $HOME/.teldrive/session.db |
|
| --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-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-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.**
|
**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.
|
- For example ```tg-session-file``` will become ```TELDRIVE_TG_SESSION_FILE``` same for all possible flags.
|
||||||
|
|
Loading…
Reference in a new issue