update: default config

This commit is contained in:
v2board 2023-04-28 19:13:39 +08:00
parent 1e6210290b
commit 6bf60eb4ec

View File

@ -185,7 +185,6 @@ return [
'maxProcesses' => (int)ceil($parser->getRam()['total'] / 1024 / 1024 / 1024 * 6), 'maxProcesses' => (int)ceil($parser->getRam()['total'] / 1024 / 1024 / 1024 * 6),
'tries' => 1, 'tries' => 1,
'balanceCooldown' => 3, 'balanceCooldown' => 3,
'balanceMaxShift' => 1000,
], ],
], ],
], ],