Browse Source

Reduced time to hold long polling request.

Martin Edenhofer 12 years ago
parent
commit
9818facbf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controllers/long_polling_controller.rb

+ 1 - 1
app/controllers/long_polling_controller.rb

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