diff --git a/orochi/templates/base.html b/orochi/templates/base.html
index be5e1949..2260daff 100644
--- a/orochi/templates/base.html
+++ b/orochi/templates/base.html
@@ -198,7 +198,7 @@
$("#tasks_running").html(data.running);
}
)
- }, 2000);
+ }, 30000);
// ABOUT
$(document).on("click", "#about", function () {