Changed bound value

This commit is contained in:
Thomas FORGIONE 2015-06-12 19:25:15 +02:00
parent 9f6f3dccac
commit 5a1a289000
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module.exports = function(io) {
socket.on('next', function() {
var bound = 1000;
var bound = 100;
var toSend = [];
var elt;