Reduced time to hold long polling request.
This commit is contained in:
parent
a46463f9ee
commit
9818facbf6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class LongPollingController < ApplicationController
|
||||||
# check queue queue to send
|
# check queue queue to send
|
||||||
client_id = client_id_check
|
client_id = client_id_check
|
||||||
begin
|
begin
|
||||||
count = 60
|
count = 28
|
||||||
while true
|
while true
|
||||||
count = count - 1
|
count = count - 1
|
||||||
queue = Session.queue( client_id )
|
queue = Session.queue( client_id )
|
||||||
|
|
Loading…
Reference in a new issue