You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/01/18 22:25:41 UTC

[2/4] incubator-trafficcontrol git commit: Change interval to be unique.

Change interval to be unique.


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

Branch: refs/heads/master
Commit: b45279b94cda00969a670073793f8ad6524f44d3
Parents: 3bf54d6
Author: Jeff Elsloo <je...@cable.comcast.com>
Authored: Tue Jan 17 13:26:09 2017 -0700
Committer: Dave Neuman <ne...@apache.org>
Committed: Wed Jan 18 15:25:05 2017 -0700

----------------------------------------------------------------------
 traffic_monitor/experimental/traffic_monitor/static/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/b45279b9/traffic_monitor/experimental/traffic_monitor/static/index.html
----------------------------------------------------------------------
diff --git a/traffic_monitor/experimental/traffic_monitor/static/index.html b/traffic_monitor/experimental/traffic_monitor/static/index.html
index a1975ca..14f1e41 100644
--- a/traffic_monitor/experimental/traffic_monitor/static/index.html
+++ b/traffic_monitor/experimental/traffic_monitor/static/index.html
@@ -132,7 +132,7 @@ under the License.
 			 setInterval(getCacheDownCount, 4832);
 			 setInterval(getVersion, 10007); // change to retry on failure, and only do on startup
 			 setInterval(getTrafficOpsUri, 10019); // change to retry on failure, and only do on startup
-			 setInterval(getTrafficOpsCdn, 10019); // change to retry on failure, and only do on startup
+			 setInterval(getTrafficOpsCdn, 10500); // change to retry on failure, and only do on startup
 			 setInterval(getEvents, 2004); // change to retry on failure, and only do on startup
 			 setInterval(getCacheStatuses, 5009);
 			 setInterval(getDsStats, 4003);