mirror of
https://github.com/logseq/logseq.git
synced 2026-05-25 05:04:24 +00:00
There're two things makes the importing slow: 1. db transact! for each file, now it's batched for 100 files. 2. block waiting for 10s before parsing so that the progress bar ui can be changed, this is batched too for 10 files.