mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve block reference count refreshing https://github.com/siyuan-note/siyuan/issues/14109
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user