We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d817e commit 0ac8909Copy full SHA for 0ac8909
lib/Server.js
@@ -36,7 +36,7 @@ class Server {
36
this.staticWatchers = [];
37
// Keep track of websocket proxies for external websocket upgrade.
38
this.webSocketProxies = [];
39
- // this value of ws can be overwritten for tests
+ // this value of web socket can be overwritten for tests
40
this.webSocketHeartbeatInterval = 30000;
41
42
normalizeOptions(this.compiler, this.options, this.logger);
0 commit comments