From 1f65f80befd02f68e36425a35ff173a9156d4a31 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Mon, 20 Nov 2023 23:40:07 +0800 Subject: [PATCH] Update webstats_common.lua --- plugins/webstats/lua/webstats_common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/webstats/lua/webstats_common.lua b/plugins/webstats/lua/webstats_common.lua index 9d6e969e1..bc56eea3a 100644 --- a/plugins/webstats/lua/webstats_common.lua +++ b/plugins/webstats/lua/webstats_common.lua @@ -74,7 +74,7 @@ function _M.initDB(self, input_sn) db:exec([[PRAGMA cache_size = 8000]]) db:exec([[PRAGMA page_size = 32768]]) db:exec([[PRAGMA journal_mode = wal]]) - db:exec([[PRAGMA journal_size_limit = 1073741824]]) + db:exec([[PRAGMA journal_size_limit = 21474836480]]) return db end