Skip to content

Commit b7c16da

Browse files
authored
Merge pull request #2 from Nicofuma/patch-1
Null isn't a valid value for prefetchSize
2 parents 38c601f + 07c2eaf commit b7c16da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function getConfigTreeBuilder()
7373
->children()
7474
->scalarNode('type')->defaultValue('queue')->end()
7575
->scalarNode('name')->isRequired()->end()
76-
->scalarNode('prefetchSize')->defaultNull()->end()
76+
->scalarNode('prefetchSize')->defaultValue(1)->end()
7777
->end()
7878
->end()
7979
->end()

0 commit comments

Comments
 (0)