From daf4086bc96085508662167de6e55f193c960ca6 Mon Sep 17 00:00:00 2001 From: dami Date: Fri, 22 Aug 2025 20:03:36 +0800 Subject: [PATCH] Update tool_task.py --- plugins/op_waf/tool_task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/op_waf/tool_task.py b/plugins/op_waf/tool_task.py index 28003ef25..3387569fc 100644 --- a/plugins/op_waf/tool_task.py +++ b/plugins/op_waf/tool_task.py @@ -138,7 +138,7 @@ def getCpuUsed(): def pSqliteDb(dbname='logs'): db_dir = getServerDir() + '/logs/' - conn = mw.M(dbname).dbPos(db_dir, "waf.db") + conn = mw.M(dbname).dbPos(db_dir, "waf") conn.execute("PRAGMA synchronous = 0") conn.execute("PRAGMA cache_size = 8000")