diff --git a/src/DependencyInjection/Configuration.php b/src/DependencyInjection/Configuration.php index a4be510..9c21b1c 100644 --- a/src/DependencyInjection/Configuration.php +++ b/src/DependencyInjection/Configuration.php @@ -62,7 +62,7 @@ public function getConfigTreeBuilder(): TreeBuilder ->end() ->integerNode('crashed_delay') ->defaultValue(24) - ->min(24) + ->min(1) ->info('Jobs running for more than this many hours will be set as crashed when running the cleanup command.') ->end() ->end()