Remove TUBESYNC_WORKERS

This commit is contained in:
tcely 2025-06-21 06:31:35 -04:00 committed by GitHub
parent 7849c139f0
commit e15319cc01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |