diff --git a/config-templates/config.php b/config-templates/config.php index fd98b1c1b0a51d720d23059f86be5a2b04d72155..af39f6ef5c33d129f72e3aa920c1e04387bdee92 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -675,7 +675,6 @@ $config = [ * \Memcached::OPT_NO_BLOCK => true, * \Memcached::OPT_TCP_NODELAY => true, * \Memcached::OPT_LIBKETAMA_COMPATIBLE => true, - * \Memcached::OPT_BUFFER_WRITES => true, * ], * ['hostname' => '127.0.0.1', 'port' => 11211], * ['hostname' => '127.0.0.2', 'port' => 11211], @@ -687,7 +686,6 @@ $config = [ * \Memcached::OPT_NO_BLOCK => true, * \Memcached::OPT_TCP_NODELAY => true, * \Memcached::OPT_LIBKETAMA_COMPATIBLE => true, - * \Memcached::OPT_BUFFER_WRITES => true, * ], * ['hostname' => '127.0.0.3', 'port' => 11211], * ['hostname' => '127.0.0.4', 'port' => 11211],