Reduced time to hold long polling request.

This commit is contained in:
Martin Edenhofer 2012-11-27 00:51:20 +01:00
parent a46463f9ee
commit 9818facbf6

View file

@ -51,7 +51,7 @@ class LongPollingController < ApplicationController
# check queue queue to send
client_id = client_id_check
begin
count = 60
count = 28
while true
count = count - 1
queue = Session.queue( client_id )