Skip to content

Commit

Permalink
Merge pull request #1496 from damijank/patch-1
Browse files Browse the repository at this point in the history
Allow setting transport connection persistency
  • Loading branch information
XWB committed Feb 5, 2019
2 parents 39e18e6 + 0ef1064 commit ae6fa19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Expand Up @@ -488,6 +488,7 @@ private function addClientsSection(ArrayNodeDefinition $rootNode)
->scalarNode('retryOnConflict')
->defaultValue(0)
->end()
->booleanNode('persistent')->defaultValue(true)->end()
->end()
->end()
->end()
Expand Down

0 comments on commit ae6fa19

Please sign in to comment.