Updating to match crontab update

This commit is contained in:
softsimon 2024-03-07 11:09:08 +07:00
parent 11a6d81a17
commit 1df5c5df6d
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -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();