mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
🎨 改进同步后台任务
This commit is contained in:
parent
8d64ae6149
commit
d51d231efa
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue