forked from Github/Axter-Stash
Tweaked delay scan path logic
This commit is contained in:
@@ -47,7 +47,7 @@ config = {
|
||||
# Timeout in seconds. This is how often FileMonitor will check the scheduler and (in-plugin mode) check if another job (Task) is in the queue.
|
||||
"timeOut": 60,
|
||||
# Timeout in seconds for delay processing of path scan jobs. This value should always be smaller than timeOut
|
||||
"timeOutDelayProcess": 3,
|
||||
"timeOutDelayProcess": 32,
|
||||
# Maximum time to wait for a scan job to complete. Need this incase Stash gets restarted in the middle of a scan job.
|
||||
"maxWaitTimeJobFinish": 30 * 60, # Wait 30 minutes max
|
||||
|
||||
|
||||
Reference in New Issue
Block a user