Skip to content

Commit 0ef1064

Browse files
authored
Allow setting transport connection persistency
1 parent 39e18e6 commit 0ef1064

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ private function addClientsSection(ArrayNodeDefinition $rootNode)
488488
->scalarNode('retryOnConflict')
489489
->defaultValue(0)
490490
->end()
491+
->booleanNode('persistent')->defaultValue(true)->end()
491492
->end()
492493
->end()
493494
->end()

0 commit comments

Comments
 (0)