Rewrite warning in README.md

This commit is contained in:
tcely 2025-04-19 14:44:04 -04:00 committed by GitHub
parent 0aaa8350c7
commit 813dc075b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,19 +275,19 @@ long as possible, up to 24 hours.
### 3. Indexing massive channels ### 3. Indexing massive channels
If you add a massive (several thousand videos) channel to TubeSync and choose "index If you add a massive channel (one with several thousand videos) to TubeSync and choose "index
every hour" or similar short interval it's entirely possible your TubeSync install may every hour" or a similarly short interval; it's entirely possible that your TubeSync install may
spend its entire time just indexing the massive channel over and over again without spend its entire time indexing the channel, over and over again, without
downloading any media. Check your tasks for the status of your TubeSync install. downloading any media. Check your tasks for the status of your TubeSync install.
If you add a significant amount of "work" due to adding many large channels you may **Be nice.** It's entirely possible that your IP address could get throttled and/or banned, by the
need to increase the number of background workers by setting the `TUBESYNC_WORKERS` source, if you try to crawl extremely large amounts quickly. **Try and be polite
environment variable. Try around ~4 at most, although the absolute maximum allowed is 8.
**Be nice.** it's likely entirely possible your IP address could get throttled by the
source if you try and crawl extremely large amounts very quickly. **Try and be polite
with the smallest amount of indexing and concurrent downloads possible for your needs.** 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 # FAQ