diff --git a/index.html b/index.html
index d10a8b2..f4dd37e 100644
--- a/index.html
+++ b/index.html
@@ -165,7 +165,7 @@
Settings
filterHostsAndOutput(hosts);
//TODO fix this. If the next API call starts before the last one finishes, the dashboard explodes and it's not pretty.
- setInterval(function() { var hosts = getHostsFromZabbix(zabbix); filterHostsAndOutput(hosts); }, 5000);
+ setInterval(function() { var hosts = getHostsFromZabbix(zabbix); filterHostsAndOutput(hosts); }, 30000);
});