Update intervals

This commit is contained in:
jose-rZM
2025-12-24 13:39:10 +01:00
parent 6af69916d0
commit 31859810fb

View File

@@ -96,8 +96,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
if (!ENABLE_POLLING) return; if (!ENABLE_POLLING) return;
const pricesInterval = setInterval(fetchPrices, 8000); const pricesInterval = setInterval(fetchPrices, 180000);
const ciInterval = setInterval(fetchCiStatus, 10000); const ciInterval = setInterval(fetchCiStatus, 300000);
return () => { return () => {
clearInterval(pricesInterval); clearInterval(pricesInterval);