From 66df86f1aa1977f9b28207e53d8522e82fd9fd82 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Sun, 20 Jul 2025 10:58:02 +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=20appendonly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/keydb/keydb.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/keydb/keydb.conf b/docker/keydb/keydb.conf index 2d03951..d1c5537 100644 --- a/docker/keydb/keydb.conf +++ b/docker/keydb/keydb.conf @@ -1279,11 +1279,11 @@ disable-thp yes # # Please check http://redis.io/topics/persistence for more information. -appendonly yes +appendonly no # The name of the append only file (default: "appendonly.aof") -appendfilename "appendonly.aof" +# appendfilename "appendonly.aof" # The fsync() call tells the Operating System to actually write data on disk # instead of waiting for more data in the output buffer. Some OS will really flush