Skip to content

Commit

Permalink
fix(redis): ssd创建备份log-count #8857
Browse files Browse the repository at this point in the history
  • Loading branch information
xiepaup authored and iSecloud committed Dec 27, 2024
1 parent 3ed1f8f commit d80762e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def backup_and_restore(
act_kwargs.cluster["backup_host"] = params[data_from]
act_kwargs.cluster["backup_instances"] = []
act_kwargs.cluster["ssd_log_count"] = {
"log-count": 600000,
"log-count": 16789000, # 让master 多保留点日志 2k/s 的写入保留2.5个小时 (备份+传输)
"log-keep-count": 20000000,
"slave-log-keep-count": 20000000,
}
Expand Down

0 comments on commit d80762e

Please sign in to comment.