mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Reduce currency rates polling interval from 1 hour to 10 minutes
This commit is contained in:
parent
452375aaf7
commit
ee7f8d8d18
4 changed files with 4 additions and 4 deletions
|
|
@ -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": []
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue