diff --git a/app/lib/computation/QuickSync.ts b/app/lib/computation/QuickSync.ts
index c94868a2ff2ed37ae4dfdb89896a732e3d7d4ac8..2f5504ad610345fcf348a02d5d99a9b661d34795 100644
--- a/app/lib/computation/QuickSync.ts
+++ b/app/lib/computation/QuickSync.ts
@@ -244,7 +244,6 @@ export class QuickSynchronizer {
 
           // Process triming & archiving continuously to avoid super long ending of sync
           await this.dal.trimIndexes(sync_bindex[0].number);
-          await this.dal.archiveBlocks()
         }
       } else {
 
@@ -286,7 +285,5 @@ export class QuickSynchronizer {
         // sync_currConf = {};
       }
     }
-
-    await this.dal.loki.commitData()
   }
 }