Browse Source

Wait shorter

Tienson Qin 2 years ago
parent
commit
c06cfb8157
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/db/restore.cljs

+ 1 - 1
src/main/frontend/db/restore.cljs

@@ -250,7 +250,7 @@
      (fn []
        (p/let [other-data (ipc/ipc :get-other-data repo (map :uuid journal-blocks))]
          (restore-other-data-from-sqlite! repo other-data uuid->db-id-map)))
-     1000)))
+     200)))
 
 (defn restore-graph!
   "Restore db from serialized db cache"