mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 06:29:46 +08:00
🎨 logging
This commit is contained in:
parent
d51d231efa
commit
d0e15500df
@ -136,7 +136,7 @@ func FlushQueue() {
|
|||||||
|
|
||||||
elapsed := time.Now().Sub(start).Milliseconds()
|
elapsed := time.Now().Sub(start).Milliseconds()
|
||||||
if 7000 < elapsed {
|
if 7000 < elapsed {
|
||||||
logging.LogInfof("op tx [%dms]", elapsed)
|
logging.LogInfof("database op tx [%dms]", elapsed)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user