From ae927235ad58c9df3e3b3406f4d313145a04f133 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Thu, 29 May 2014 11:26:10 +0200 Subject: [PATCH] improve websocket monitor --- .gitignore | 1 + bin/wsmon.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 33bb6ad1d1c4..8939287da6d1 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ bin/.translate_version data/ dist/ todos/ +node_modules/ cljs/*/out cljs/*/repl diff --git a/bin/wsmon.js b/bin/wsmon.js index 8bef01a74684..f961d0e91c44 100644 --- a/bin/wsmon.js +++ b/bin/wsmon.js @@ -2,7 +2,7 @@ var WebSocketClient = require('websocket').client; var lichessSri = Math.random().toString(36).substring(2); -var url = 'ws://socket.en.lichess.org/lobby/socket'; +var url = 'ws://socket.en.lichess.org/socket'; var client = new WebSocketClient(); var averageLag;