mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Merge pull request #901 from tcely/patch-10
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Some checks are pending
CI / info (push) Waiting to run
CI / test (3.10) (push) Waiting to run
CI / test (3.11) (push) Waiting to run
CI / test (3.12) (push) Waiting to run
CI / test (3.8) (push) Waiting to run
CI / test (3.9) (push) Waiting to run
CI / containerise (push) Blocked by required conditions
Adjust to the much larger `MAX_RUN_TIME`
This commit is contained in:
commit
55a8bc96f6
@ -210,7 +210,7 @@ except:
|
|||||||
if MAX_RUN_TIME < 600:
|
if MAX_RUN_TIME < 600:
|
||||||
MAX_RUN_TIME = 600
|
MAX_RUN_TIME = 600
|
||||||
|
|
||||||
DOWNLOAD_MEDIA_DELAY = 60 + (MAX_RUN_TIME / 20)
|
DOWNLOAD_MEDIA_DELAY = 60 + (MAX_RUN_TIME / 50)
|
||||||
|
|
||||||
if RENAME_SOURCES or RENAME_ALL_SOURCES:
|
if RENAME_SOURCES or RENAME_ALL_SOURCES:
|
||||||
BACKGROUND_TASK_ASYNC_THREADS += 1
|
BACKGROUND_TASK_ASYNC_THREADS += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user