Update tool_task.py

pull/807/head
dami 3 weeks ago
parent ab2e9ca43e
commit daf4086bc9
  1. 2
      plugins/op_waf/tool_task.py

@ -138,7 +138,7 @@ def getCpuUsed():
def pSqliteDb(dbname='logs'): def pSqliteDb(dbname='logs'):
db_dir = getServerDir() + '/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 synchronous = 0")
conn.execute("PRAGMA cache_size = 8000") conn.execute("PRAGMA cache_size = 8000")

Loading…
Cancel
Save