Skip to content

Commit

Permalink
Merge pull request #2 from Nicofuma/patch-1
Browse files Browse the repository at this point in the history
Null isn't a valid value for prefetchSize
  • Loading branch information
ooflorent committed Oct 12, 2016
2 parents 38c601f + 07c2eaf commit b7c16da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function getConfigTreeBuilder()
->children()
->scalarNode('type')->defaultValue('queue')->end()
->scalarNode('name')->isRequired()->end()
->scalarNode('prefetchSize')->defaultNull()->end()
->scalarNode('prefetchSize')->defaultValue(1)->end()
->end()
->end()
->end()
Expand Down

0 comments on commit b7c16da

Please sign in to comment.