Update tool_task.py

This commit is contained in:
dami 2025-08-22 20:03:36 +08:00
parent ab2e9ca43e
commit daf4086bc9
1 changed files with 1 additions and 1 deletions

View File

@ -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")