Skip to content

Commit

Permalink
lower tries
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jun 20, 2024
1 parent be3159d commit 351e12c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/horizon.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 256,
'tries' => 10,
'tries' => 3,
'timeout' => 600,
'nice' => 0,
],
Expand All @@ -202,7 +202,7 @@
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 256,
'tries' => 10,
'tries' => 3,
'timeout' => 600,
'nice' => 0,
],
Expand All @@ -215,7 +215,7 @@
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 256,
'tries' => 10,
'tries' => 3,
'timeout' => 600,
'nice' => 0,
],
Expand All @@ -228,7 +228,7 @@
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 256,
'tries' => 10,
'tries' => 3,
'timeout' => 600,
'nice' => 0,
],
Expand All @@ -241,7 +241,7 @@
'maxTime' => 0,
'maxJobs' => 0,
'memory' => 256,
'tries' => 10,
'tries' => 3,
'timeout' => 600,
'nice' => 0,
],
Expand Down

0 comments on commit 351e12c

Please sign in to comment.