From e15319cc013b5dba4834435c50e1ad64d5f254a8 Mon Sep 17 00:00:00 2001 From: tcely Date: Sat, 21 Jun 2025 06:31:35 -0400 Subject: [PATCH] Remove `TUBESYNC_WORKERS` --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index ac81f59d..d4dd3100 100644 --- a/README.md +++ b/README.md @@ -285,11 +285,6 @@ downloading any media. Check your tasks for the status of your TubeSync install. source, if you try to crawl extremely large amounts quickly. **Try to be polite with the smallest amount of indexing and concurrent downloads possible for your needs.** -Only, if you absolutely must, should you increase [`TUBESYNC_WORKERS`](#advanced-configuration) above its default value. -The maximum the software accepts is `8` threads per queue worker process. -By default, up to `3` tasks will be executing concurrently. -The maximum is `24` concurrent tasks. - # FAQ ### Can I use TubeSync to download single videos? @@ -400,7 +395,6 @@ useful if you are manually installing TubeSync in some other environment. These | TUBESYNC_DIRECTORY_PREFIX | Enable `video` and `audio` directory prefixes in `/downloads` | True | | TUBESYNC_SHRINK_NEW | Filter unneeded information from newly retrieved metadata | True | | TUBESYNC_SHRINK_OLD | Filter unneeded information from metadata loaded from the database | True | -| TUBESYNC_WORKERS | Number of background threads per (task runner) process. Default is 1. Max allowed is 8. | 2 | | GUNICORN_WORKERS | Number of `gunicorn` (web request) workers to spawn | 3 | | LISTEN_HOST | IP address for `gunicorn` to listen on | 127.0.0.1 | | LISTEN_PORT | Port number for `gunicorn` to listen on | 8080 |