🎨 改进同步后台任务

This commit is contained in:
Liang Ding
2023-01-27 15:51:12 +08:00
parent 8d64ae6149
commit d51d231efa

View File

@@ -135,7 +135,7 @@ func FlushQueue() {
}
elapsed := time.Now().Sub(start).Milliseconds()
if 5000 < elapsed {
if 7000 < elapsed {
logging.LogInfof("op tx [%dms]", elapsed)
}
}