mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
Previously, the transactions will go though main thread db -> worker db, this commit changes it to worker db first and then send the updates to the main thread db. This change does introduce some bugs because all the db transactions are async now.