diff --git a/src/opnsense/mvc/app/views/OPNsense/Unbound/stats.volt b/src/opnsense/mvc/app/views/OPNsense/Unbound/stats.volt index a9c1ace93..da4cb6248 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Unbound/stats.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Unbound/stats.volt @@ -130,7 +130,7 @@ POSSIBILITY OF SUCH DAMAGE. $(document).ready(function() { // Autorefresh every 10 seconds. - setTimeout(function() { + setInterval(function() { if ($("#auto_refresh").is(':checked')) { updateStats(); }