Skip to content

Commit 54468bb

Browse files
committed
Update all Horizon trim settings to 28 days
1 parent f3c5829 commit 54468bb

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
@@ -99,12 +99,12 @@
9999
*/
100100

101101
'trim' => [
102-
'recent' => 60,
103-
'pending' => 60,
104-
'completed' => 60,
105-
'recent_failed' => 10080,
106-
'failed' => 10080,
107-
'monitored' => 10080,
102+
'recent' => 40320,
103+
'pending' => 40320,
104+
'completed' => 40320,
105+
'recent_failed' => 40320,
106+
'failed' => 40320,
107+
'monitored' => 40320,
108108
],
109109

110110
/*

0 commit comments

Comments
 (0)