Skip to content

Commit

Permalink
improve websocket monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 29, 2014
1 parent 64cf0fa commit ae92723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bin/.translate_version
data/
dist/
todos/
node_modules/

cljs/*/out
cljs/*/repl
Expand Down
2 changes: 1 addition & 1 deletion bin/wsmon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var WebSocketClient = require('websocket').client;

var lichessSri = Math.random().toString(36).substring(2);

var url = 'ws:https://socket.en.lichess.org/lobby/socket';
var url = 'ws:https://socket.en.lichess.org/socket';
var client = new WebSocketClient();
var averageLag;

Expand Down

0 comments on commit ae92723

Please sign in to comment.