forked from DGNum/gestioCOF
Merge branch 'master' into 'master'
Modification du délai pour l'indicateur K-Fêt ouverte See merge request klub-dev-ens/gestioCOF!529
This commit is contained in:
commit
d75eaf583f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class KfetWebsocket {
|
|||
|
||||
listen() {
|
||||
var that = this;
|
||||
this.socket = new ReconnectingWebSocket(this.url);
|
||||
this.socket = new ReconnectingWebSocket(this.url, [], { minReconnectionDelay: 100 });
|
||||
|
||||
this.socket.onmessage = function (e) {
|
||||
var data = $.extend({}, that.default_msg, JSON.parse(e.data));
|
||||
|
|
Loading…
Reference in a new issue