Merge branch 'master' into mononaut/acceleration-viz

This commit is contained in:
nymkappa
2023-07-29 13:51:49 +09:00
4 changed files with 124 additions and 37 deletions

View File

@@ -276,7 +276,7 @@ class Mempool {
logger.warn(`Mempool clear protection triggered because transactions.length: ${transactions.length} and currentMempoolSize: ${currentMempoolSize}.`);
setTimeout(() => {
this.mempoolProtection = 2;
logger.warn('Mempool clear protection resumed.');
logger.warn('Mempool clear protection ended, normal operation resumed.');
}, 1000 * 60 * config.MEMPOOL.CLEAR_PROTECTION_MINUTES);
}