Skip to content
Snippets Groups Projects
Commit 0291b1a0 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] sync: disable blocks archieving + data commit

parent 414e4006
No related branches found
No related tags found
No related merge requests found
......@@ -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()
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment