One ping every 2 minutes will be enough now

AS it's only used to update the last activity field of a room
This commit is contained in:
Daniel Berteaud 2015-06-18 17:44:58 +02:00
parent ef4183a47c
commit 5ca9f916f6
1 changed files with 1 additions and 1 deletions

View File

@ -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