mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 01:31:17 +00:00
@@ -47,7 +47,7 @@ function createWebsocket(topologyUrl, optionsQuery) {
|
||||
debug('Closed websocket to ' + topologyUrl);
|
||||
|
||||
reconnectTimer = setTimeout(function() {
|
||||
createWebsocket(topologyUrl);
|
||||
createWebsocket(topologyUrl, optionsQuery);
|
||||
}, reconnectTimerInterval);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user