use 100 from army/frame/sql.py duration

This commit is contained in:
Minglei Jin 2024-10-23 18:52:29 +08:00
parent 1e63510dfd
commit 19bd1e933b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class TDSql:
for k, v in kwargs.items():
s += f" {k} {v}"
if "duration" not in kwargs:
s += " duration 300"
s += " duration 100"
self.cursor.execute(s)
s = f'use {dbname}'
self.cursor.execute(s)