Skip to content

Commit

Permalink
Added support for the 'remove_failed_servers' option of the memcached…
Browse files Browse the repository at this point in the history
… extension (tedious#101)
  • Loading branch information
fred-jan authored and andrerom committed Feb 28, 2017
1 parent 318213d commit f8c7666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/Configuration.php
Expand Up @@ -168,6 +168,7 @@ public function addDriverSettings($driver, NodeBuilder $rootNode)
->booleanNode('no_block')->end()
->booleanNode('tcp_nodelay')->end()
->booleanNode('auto_eject_hosts')->end()
->booleanNode('remove_failed_servers')->end()
->scalarNode('socket_send_size')->end()
->scalarNode('socket_recv_size')->end()
->scalarNode('connect_timeout')->end()
Expand Down

0 comments on commit f8c7666

Please sign in to comment.