Reduce currency rates polling interval from 1 hour to 10 minutes

This commit is contained in:
Felipe Knorr Kuhn
2022-02-05 00:33:16 -08:00
parent 452375aaf7
commit ee7f8d8d18
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ const defaults: IConfig = {
'INITIAL_BLOCKS_AMOUNT': 8,
'MEMPOOL_BLOCKS_AMOUNT': 8,
'INDEXING_BLOCKS_AMOUNT': 1100, // 0 = disable indexing, -1 = index all blocks
'PRICE_FEED_UPDATE_INTERVAL': 3600,
'PRICE_FEED_UPDATE_INTERVAL': 600,
'USE_SECOND_NODE_FOR_MINFEE': false,
'EXTERNAL_ASSETS': [
'https://mempool.space/resources/pools.json'