From 5ca9f916f690cec47777b47d1552275894158c19 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 18 Jun 2015 17:44:58 +0200 Subject: [PATCH] One ping every 2 minutes will be enough now AS it's only used to update the last activity field of a room --- public/js/vroom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/vroom.js b/public/js/vroom.js index 2870fc8..608b3a8 100644 --- a/public/js/vroom.js +++ b/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