diff --git a/Distributedboard/index.html b/Distributedboard/index.html
index 9392244..79c8e03 100644
--- a/Distributedboard/index.html
+++ b/Distributedboard/index.html
@@ -422,7 +422,7 @@
document.getElementById('footer-sync').textContent = 'DATA SYNC: REALTIME';
document.getElementById('load-port-dot').style.display = 'block';
fetchData();
- fetchTimer = setInterval(fetchData, 1000);
+ fetchTimer = setInterval(fetchData, 5000);
}
function stopFetchData() {
@@ -496,4 +496,4 @@
-