mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Update fiat price every minute instead of every hour.
This commit is contained in:
parent
12c99b86b7
commit
f20c73af7b
@ -16,7 +16,7 @@ class FiatConversion {
|
||||
|
||||
public startService() {
|
||||
logger.info('Starting currency rates service');
|
||||
setInterval(this.updateCurrency.bind(this), 1000 * 60 * 60);
|
||||
setInterval(this.updateCurrency.bind(this), 1000 * 60);
|
||||
this.updateCurrency();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user