refactor isSeedBox judgement

This commit is contained in:
xiaomlove
2025-05-11 02:33:22 +07:00
parent 6ff9d70ebc
commit 4b39d708d2
32 changed files with 1030 additions and 233 deletions
+3 -3
View File
@@ -100,9 +100,9 @@ return [
*/
'trim' => [
'recent' => 60,
'pending' => 60,
'completed' => 60,
'recent' => 60 * 72,
'pending' => 60 * 72,
'completed' => 60 * 72,
'recent_failed' => 10080,
'failed' => 10080,
'monitored' => 10080,