Updating to match crontab update
This commit is contained in:
parent
11a6d81a17
commit
1df5c5df6d
@ -164,8 +164,8 @@ class Server {
|
|||||||
};
|
};
|
||||||
// Run once on startup.
|
// Run once on startup.
|
||||||
refreshIcons();
|
refreshIcons();
|
||||||
// Matches electrs hard coded refresh interval for asset db.
|
// Matches crontab refresh interval for asset db.
|
||||||
setInterval(refreshIcons, 15000);
|
setInterval(refreshIcons, 3600_000);
|
||||||
}
|
}
|
||||||
|
|
||||||
priceUpdater.$run();
|
priceUpdater.$run();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user