Merge pull request #1229 from weaveworks/cpu-no-connection

Reduce CPU consumption if UI cannot connect to backend
This commit is contained in:
David
2016-04-07 09:24:25 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export function getTopologies(options) {
receiveError(url);
topologyTimer = setTimeout(() => {
getTopologies(options);
}, TOPOLOGY_INTERVAL / 2);
}, TOPOLOGY_INTERVAL);
}
});
}