diff --git a/pkg/enqueue/Symfony/DependencyInjection/TransportFactory.php b/pkg/enqueue/Symfony/DependencyInjection/TransportFactory.php index 5cc1a6507..54dba4bf7 100644 --- a/pkg/enqueue/Symfony/DependencyInjection/TransportFactory.php +++ b/pkg/enqueue/Symfony/DependencyInjection/TransportFactory.php @@ -117,7 +117,7 @@ public static function getQueueConsumerConfiguration(string $name = 'consumption ->integerNode('receive_timeout') ->min(0) ->defaultValue(10000) - ->info('the time in milliseconds queue consumer waits for a message (100 ms by default)') + ->info('the time in milliseconds queue consumer waits for a message (10000 ms by default)') ->end() ;