Remove BACKGROUND_TASK_ASYNC_THREADS adjustment

This commit is contained in:
tcely 2025-04-11 01:13:48 -04:00 committed by GitHub
parent 3207f85e08
commit 81dbb8f834
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -212,9 +212,6 @@ if MAX_RUN_TIME < 600:
DOWNLOAD_MEDIA_DELAY = 60 + (MAX_RUN_TIME / 50)
if RENAME_SOURCES or RENAME_ALL_SOURCES:
BACKGROUND_TASK_ASYNC_THREADS += 1
if BACKGROUND_TASK_ASYNC_THREADS > MAX_BACKGROUND_TASK_ASYNC_THREADS:
BACKGROUND_TASK_ASYNC_THREADS = MAX_BACKGROUND_TASK_ASYNC_THREADS