bugfix/main-13-UpdateConfigurations #17

Merged
husbando_enjoyer merged 16 commits from bugfix/main-13-UpdateConfigurations into main 2025-12-28 11:15:37 +01:00
Showing only changes of commit d49e756c21 - Show all commits

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