Changed the timeout from 45s to 25s

James Peret лет %!s(int64=10): %!d(string=назад)
Родитель
Сommit
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