mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
Adjusting BACKGROUND_TASK_ASYNC_THREADS
is no longer needed
This commit is contained in:
parent
045bfcbfd6
commit
e12aa28a2b
@ -212,9 +212,6 @@ if MAX_RUN_TIME < 600:
|
|||||||
|
|
||||||
DOWNLOAD_MEDIA_DELAY = 60 + (MAX_RUN_TIME / 50)
|
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:
|
if BACKGROUND_TASK_ASYNC_THREADS > MAX_BACKGROUND_TASK_ASYNC_THREADS:
|
||||||
BACKGROUND_TASK_ASYNC_THREADS = MAX_BACKGROUND_TASK_ASYNC_THREADS
|
BACKGROUND_TASK_ASYNC_THREADS = MAX_BACKGROUND_TASK_ASYNC_THREADS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user