You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by mi...@apache.org on 2017/03/21 21:18:29 UTC

[2/3] incubator-trafficcontrol git commit: lower refresh rate from 10s to 30s

lower refresh rate from 10s to 30s

(cherry picked from commit bf0dd963432db330eb61f31484a7dfc1abcf093d)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/67e082c2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/67e082c2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/67e082c2

Branch: refs/heads/2.0.x
Commit: 67e082c29f073bc1a63759067ad319c96b881ee4
Parents: d701526
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Tue Mar 21 13:25:40 2017 -0600
Committer: Jeremy Mitchell <mi...@gmail.com>
Committed: Tue Mar 21 15:18:04 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/templates/rascal_status/health.html.ep | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/67e082c2/traffic_ops/app/templates/rascal_status/health.html.ep
----------------------------------------------------------------------
diff --git a/traffic_ops/app/templates/rascal_status/health.html.ep b/traffic_ops/app/templates/rascal_status/health.html.ep
index bc5b543..47ead84 100644
--- a/traffic_ops/app/templates/rascal_status/health.html.ep
+++ b/traffic_ops/app/templates/rascal_status/health.html.ep
@@ -134,7 +134,7 @@ $(function () {
 			function() { 
 				edgeHealthTable.fnReloadAjax();
 			}, 
-			10000
+			30000
 		);
 
 		// Set the mouseover descriptions of the table headers - prolly should do this smarter, but this works for now.