One ping every 2 minutes will be enough now

AS it's only used to update the last activity field of a room
master
Daniel Berteaud 10 years ago
parent ef4183a47c
commit 5ca9f916f6
  1. 2
      public/js/vroom.js

@ -1554,7 +1554,7 @@ function initVroom(room) {
}
}
});
}, 60000);
}, 120000);
// Notify the server a new participant has joined (ourself)
// If we were prompted for our display name before joining
// we send it. Not that I like sending this kind of data to the server

Loading…
Cancel
Save