mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 21:32:55 +01:00
Updating to match crontab update
This commit is contained in:
parent
11a6d81a17
commit
1df5c5df6d
@ -164,8 +164,8 @@ class Server {
|
||||
};
|
||||
// Run once on startup.
|
||||
refreshIcons();
|
||||
// Matches electrs hard coded refresh interval for asset db.
|
||||
setInterval(refreshIcons, 15000);
|
||||
// Matches crontab refresh interval for asset db.
|
||||
setInterval(refreshIcons, 3600_000);
|
||||
}
|
||||
|
||||
priceUpdater.$run();
|
||||
|
Loading…
Reference in New Issue
Block a user