From ea700fc0fecac06e888db2ed7b7b19e125cc3af7 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Mon, 30 Jun 2025 23:33:47 +0800 Subject: [PATCH] =?UTF-8?q?=D0=92=D1=8B=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D0=B0=D1=80=D0=B0=D0=BC=D0=B5=D1=82=D1=80?= =?UTF-8?q?=D1=8B=20=D1=80=D0=B5=D0=BF=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/keydb/keydb.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/keydb/keydb.conf b/docker/keydb/keydb.conf index a5b2b05..390fca8 100644 --- a/docker/keydb/keydb.conf +++ b/docker/keydb/keydb.conf @@ -416,7 +416,7 @@ dir /data # SUBSCRIBE, UNSUBSCRIBE, PSUBSCRIBE, PUNSUBSCRIBE, PUBLISH, PUBSUB, # COMMAND, POST, HOST: and LATENCY. # -replica-serve-stale-data yes +replica-serve-stale-data no # You can configure a replica instance to accept writes or not. Writing against # a replica instance may be useful to store some ephemeral data (because data @@ -432,7 +432,7 @@ replica-serve-stale-data yes # such as CONFIG, DEBUG, and so forth. To a limited extent you can improve # security of read only replicas using 'rename-command' to shadow all the # administrative / dangerous commands. -replica-read-only yes +replica-read-only no # Replication SYNC strategy: disk or socket. # @@ -505,7 +505,7 @@ repl-diskless-load disabled # change this interval with the repl_ping_replica_period option. The default # value is 10 seconds. # -# repl-ping-replica-period 10 +# repl-ping-replica-period 0 # The following option sets the replication timeout for: # @@ -517,7 +517,7 @@ repl-diskless-load disabled # specified for repl-ping-replica-period otherwise a timeout will be detected # every time there is low traffic between the master and the replica. # -# repl-timeout 60 +# repl-timeout 0 # Disable TCP_NODELAY on the replica socket after SYNC? #