Skip to content

Commit 7b96757

Browse files
committed
Merge branch 'main' of github.com:joomla-projects/Automated-Updates-Server
2 parents 42a7cb5 + 80000b4 commit 7b96757

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/horizon.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -211,14 +211,14 @@
211211
'environments' => [
212212
'production' => [
213213
'supervisor-default' => [
214-
'maxProcesses' => 250,
215-
'balanceMaxShift' => 10,
216-
'balanceCooldown' => 25,
214+
'maxProcesses' => 15,
215+
'balanceMaxShift' => 1,
216+
'balanceCooldown' => 3,
217217
],
218218
'supervisor-updates' => [
219-
'maxProcesses' => 500,
220-
'balanceMaxShift' => 10,
221-
'balanceCooldown' => 25,
219+
'maxProcesses' => 40,
220+
'balanceMaxShift' => 1,
221+
'balanceCooldown' => 3,
222222
],
223223
],
224224

0 commit comments

Comments
 (0)