Skip to content

Commit

Permalink
Decrease rdb key save delay
Browse files Browse the repository at this point in the history
Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed Nov 17, 2024
1 parent cd9dca0 commit 43b1e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/dual-channel-replication.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 43b1e22

Please sign in to comment.