mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-13 04:30:41 -05:00
Updates long queue to a max runtime of 2 hours
This commit is contained in:
parent
22e7b938e0
commit
e4d646e629
@ -207,7 +207,7 @@ return [
|
|||||||
'maxJobs' => 0,
|
'maxJobs' => 0,
|
||||||
'memory' => 256,
|
'memory' => 256,
|
||||||
'tries' => 1,
|
'tries' => 1,
|
||||||
'timeout' => 2700, // 45 Minutes
|
'timeout' => 7200, // 2 hours
|
||||||
'nice' => 0,
|
'nice' => 0,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user