Skip to content

Commit 942a14f

Browse files
authored
Update Configuration.php
1 parent c2133c6 commit 942a14f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function getConfigTreeBuilder(): TreeBuilder
6262
->end()
6363
->integerNode('crashed_delay')
6464
->defaultValue(24)
65-
->min(24)
65+
->min(1)
6666
->info('Jobs running for more than this many hours will be set as crashed when running the cleanup command.')
6767
->end()
6868
->end()

0 commit comments

Comments
 (0)