提交 e8d63b72 编写于 作者: M Minghao Li

refactor(sync): update DEFAULT_DB_WAL_RETENTION_PERIOD

上级 031137d1
...@@ -111,7 +111,7 @@ endi ...@@ -111,7 +111,7 @@ endi
if $data21_db != 1000 then # wal_level fsyncperiod if $data21_db != 1000 then # wal_level fsyncperiod
return -1 return -1
endi endi
if $data22_db != 172800 then # wal_retention_period if $data22_db != 345600 then # wal_retention_period
return -1 return -1
endi endi
if $data23_db != -1 then # wal_retention_size if $data23_db != -1 then # wal_retention_size
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册