From c06cfb8157e49e9fdec812b1a7096d12aed0273f Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Mon, 29 May 2023 18:21:16 +0800 Subject: [PATCH] Wait shorter --- src/main/frontend/db/restore.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/frontend/db/restore.cljs b/src/main/frontend/db/restore.cljs index cafba82a4f..026a97b13f 100644 --- a/src/main/frontend/db/restore.cljs +++ b/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"