Changed the timeout from 45s to 25s

James Peret 10 年之前
父节点
当前提交
78870fc29c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      config.ru

+ 1 - 1
config.ru

@@ -18,6 +18,6 @@ class ServerAuth
18 18
   end
19 19
 end
20 20
 
21
-faye_server = Faye::RackAdapter.new(:mount => '/faye', :timeout => 45)
21
+faye_server = Faye::RackAdapter.new(:mount => '/faye', :timeout => 25)
22 22
 faye_server.add_extension(ServerAuth.new)
23 23
 run faye_server