diff --git a/backend/src/api/blocks.ts b/backend/src/api/blocks.ts index ea2985b4f..15c8590e9 100644 --- a/backend/src/api/blocks.ts +++ b/backend/src/api/blocks.ts @@ -641,7 +641,7 @@ class Blocks { if (this.newBlockCallbacks.length) { this.newBlockCallbacks.forEach((cb) => cb(blockExtended, txIds, transactions)); } - if (!memPool.hasPriority()) { + if (!memPool.hasPriority() && (block.height % 6 === 0)) { diskCache.$saveCacheToDisk(); }