diff --git a/config-templates/config.php b/config-templates/config.php
index 01290e8d2e0f1c418b716783677d1e663f507a18..d46c1ffc6ec58d0fb26c507c4bf050779f7561bf 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -684,7 +684,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],
@@ -696,7 +695,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],