We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2133c6 commit 942a14fCopy full SHA for 942a14f
1 file changed
src/DependencyInjection/Configuration.php
@@ -62,7 +62,7 @@ public function getConfigTreeBuilder(): TreeBuilder
62
->end()
63
->integerNode('crashed_delay')
64
->defaultValue(24)
65
- ->min(24)
+ ->min(1)
66
->info('Jobs running for more than this many hours will be set as crashed when running the cleanup command.')
67
68
0 commit comments