Tweaked delay scan path logic

This commit is contained in:
David Maisonave
2024-08-22 03:19:52 -04:00
parent f6832cd87e
commit fa09ae8a14
2 changed files with 11 additions and 4 deletions

View File

@@ -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