mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
refactor isSeedBox judgement
This commit is contained in:
+3
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user