🎨 改进同步后台任务

This commit is contained in:
Liang Ding 2023-01-27 15:51:12 +08:00
parent 8d64ae6149
commit d51d231efa
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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