mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
fix: slow re-index for large graphs with page-metadata.edn
related to #5547
This commit is contained in:
@@ -268,7 +268,8 @@
|
||||
(repo-handler/load-repo-to-db! repo
|
||||
{:diffs diffs
|
||||
:nfs-files modified-files
|
||||
:refresh? (not re-index?)}))
|
||||
:refresh? (not re-index?)
|
||||
:new-graph? re-index?}))
|
||||
(when (and (util/electron?) (not re-index?))
|
||||
(db/transact! repo new-files))))))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user