🎨 Improve block reference count refreshing https://github.com/siyuan-note/siyuan/issues/14109

This commit is contained in:
Daniel
2025-02-16 11:21:14 +08:00
parent f0db9e54e7
commit abf14cc633
4 changed files with 10 additions and 10 deletions

View File

@@ -179,7 +179,7 @@ func StatusJob() {
queueLock.Lock()
for _, task := range taskQueue {
action := task.Action
if c := count[action]; 2 < c {
if c := count[action]; 7 < c {
logging.LogWarnf("too many tasks [%s], ignore show its status", action)
continue
}