mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve block reference count refreshing https://github.com/siyuan-note/siyuan/issues/14109
This commit is contained in:
parent
f0db9e54e7
commit
abf14cc633
4 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue