From 182ff04fd08a4447772ecbb7b5b6f7bf8b0a5037 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 23 Mar 2012 14:58:14 +0000 Subject: Change refresh time from 30s to 2mins --- views/alerts.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views') diff --git a/views/alerts.haml b/views/alerts.haml index 8968249..896b5a3 100644 --- a/views/alerts.haml +++ b/views/alerts.haml @@ -8,5 +8,5 @@ %p No alerts to display. :javascript // Do the magic updates.. - setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 30000) + setTimeout("updateAlertsTable('#{@alert_type}','#{@group_by}');", 120000) -- cgit v1.2.1