From e8d63b7228708f6d4c56dc38a4222cc036f98f84 Mon Sep 17 00:00:00 2001 From: Minghao Li Date: Fri, 12 Aug 2022 17:35:41 +0800 Subject: [PATCH] refactor(sync): update DEFAULT_DB_WAL_RETENTION_PERIOD --- tests/script/tsim/db/alter_option.sim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/script/tsim/db/alter_option.sim b/tests/script/tsim/db/alter_option.sim index fd14e025a5..d81671eebd 100644 --- a/tests/script/tsim/db/alter_option.sim +++ b/tests/script/tsim/db/alter_option.sim @@ -111,7 +111,7 @@ endi if $data21_db != 1000 then # wal_level fsyncperiod return -1 endi -if $data22_db != 172800 then # wal_retention_period +if $data22_db != 345600 then # wal_retention_period return -1 endi if $data23_db != -1 then # wal_retention_size