Increase default INDEXING_BLOCKS_AMOUNT by 10x to 11000 blocks

This commit is contained in:
wiz
2022-03-13 13:57:20 +00:00
parent 456e6a7296
commit 81984e9df5
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ const defaults: IConfig = {
'BLOCK_WEIGHT_UNITS': 4000000,
'INITIAL_BLOCKS_AMOUNT': 8,
'MEMPOOL_BLOCKS_AMOUNT': 8,
'INDEXING_BLOCKS_AMOUNT': 1100, // 0 = disable indexing, -1 = index all blocks
'INDEXING_BLOCKS_AMOUNT': 11000, // 0 = disable indexing, -1 = index all blocks
'PRICE_FEED_UPDATE_INTERVAL': 600,
'USE_SECOND_NODE_FOR_MINFEE': false,
'EXTERNAL_ASSETS': [