From dfa814e2c97b5b4a9daf1c072d10ec881d5af844 Mon Sep 17 00:00:00 2001 From: divyam234 <47589864+divyam234@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:23:40 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a44c2d6..f45d22e 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ teldrive run --help | --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-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.** - For example ```tg-session-file``` will become ```TELDRIVE_TG_SESSION_FILE``` same for all possible flags.