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…
x
Reference in New Issue
Block a user