mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-24 16:04:06 +01:00
🔊 细化云端同步日志
This commit is contained in:
parent
bb7a69e544
commit
e767ab73f1
2 changed files with 36 additions and 2 deletions
|
|
@ -138,8 +138,6 @@ func incReindex(upserts, removes []string) {
|
|||
util.PushEndlessProgress(msg)
|
||||
}
|
||||
|
||||
logging.LogDebugf("sync reindex [upserts=%d, removes=%d]", len(upserts), len(removes))
|
||||
|
||||
// 先执行 remove,否则移动文档时 upsert 会被忽略,导致未被索引
|
||||
bootProgressPart := 10 / float64(len(removes))
|
||||
for _, removeFile := range removes {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue