Skip to content

Commit

Permalink
Update timeout to match the client (netflux-websocket)
Browse files Browse the repository at this point in the history
  • Loading branch information
yflory committed Sep 9, 2024
1 parent 1b54f72 commit 86d172f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NetfluxWebsocketSrv.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jshint esversion: 6 */
const Crypto = require('crypto');

const LAG_MAX_BEFORE_DISCONNECT = 30000;
const LAG_MAX_BEFORE_DISCONNECT = 60000;
const LAG_MAX_BEFORE_PING = 15000;

const now = function () { return (new Date()).getTime(); };
Expand Down

0 comments on commit 86d172f

Please sign in to comment.