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

@@ -88,7 +88,7 @@ JSON:
"BLOCK_WEIGHT_UNITS": 4000000,
"INITIAL_BLOCKS_AMOUNT": 8,
"MEMPOOL_BLOCKS_AMOUNT": 8,
"PRICE_FEED_UPDATE_INTERVAL": 3600,
"PRICE_FEED_UPDATE_INTERVAL": 600,
"USE_SECOND_NODE_FOR_MINFEE": false,
"EXTERNAL_ASSETS": []
},