From 43b1e227f1ddddfd97c66a1133281296b35e2e00 Mon Sep 17 00:00:00 2001 From: naglera Date: Sun, 17 Nov 2024 11:34:48 +0000 Subject: [PATCH] Decrease rdb key save delay Signed-off-by: naglera --- tests/integration/dual-channel-replication.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/dual-channel-replication.tcl b/tests/integration/dual-channel-replication.tcl index 748e7c803b..f49292255f 100644 --- a/tests/integration/dual-channel-replication.tcl +++ b/tests/integration/dual-channel-replication.tcl @@ -1211,7 +1211,7 @@ start_server {tags {"dual-channel-replication external:skip"}} { # Generating RDB will take 100 sec to generate $primary debug populate 1000000 primary 1 - $primary config set rdb-key-save-delay 100 + $primary config set rdb-key-save-delay -10 start_server {} { set replica [srv 0 client]