Skip to content

Commit 0237838

Browse files
committed
fix label
1 parent 32b5b75 commit 0237838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/horizon.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210

211211
'environments' => [
212212
'production' => [
213-
'supervisor-cron' => [
213+
'supervisor-default' => [
214214
'maxProcesses' => 250,
215215
'balanceMaxShift' => 10,
216216
'balanceCooldown' => 25,
@@ -223,7 +223,7 @@
223223
],
224224

225225
'local' => [
226-
'supervisor-cron' => [
226+
'supervisor-default' => [
227227
'maxProcesses' => 3,
228228
],
229229
'supervisor-updates' => [

0 commit comments

Comments
 (0)