mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
Update README.md
This commit is contained in:
parent
c6511dbdba
commit
dfa814e2c9
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ teldrive run --help
|
||||||
| --tg-uploads-threads | Concurrent Uploads threads for uploading file | No | 8 |
|
| --tg-uploads-threads | Concurrent Uploads threads for uploading file | No | 8 |
|
||||||
| --tg-uploads-retention | Uploads retention duration.Duration to keep failed uploaded chunks in db for resuming uploads. | No | 7d |
|
| --tg-uploads-retention | Uploads retention duration.Duration to keep failed uploaded chunks in db for resuming uploads. | No | 7d |
|
||||||
| --tg-proxy | Socks5 or HTTP proxy for telegram client. | No | "" |
|
| --tg-proxy | Socks5 or HTTP proxy for telegram client. | No | "" |
|
||||||
| --tg-pool-size | Connection pool size for uploads.Greater pool size will result in more memory and cpu usage set it to 0 but it will lower upload speed significcantly or reduce the no of concurrent uploads and transfers in rclone. | No | 8 |
|
| --tg-pool-size | Connection pool size for uploads.Greater pool size will result in more memory and cpu usage set it to 0 but it will lower upload speed significantly or reduce the no of concurrent uploads and transfers in rclone. | No | 8 |
|
||||||
|
|
||||||
**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