Skip to content

Commit

Permalink
Bumps the faye disconnect to 30 seconds to prevent errant drops
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrove committed May 10, 2012
1 parent 0cccf3a commit 57eeced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ru
Expand Up @@ -5,7 +5,7 @@ require 'faye'
require ::File.expand_path("../lib/active_users.rb", __FILE__)
require ::File.expand_path("../lib/faye_extensions/devise_auth.rb", __FILE__)

faye_server = Faye::RackAdapter.new(:mount => "/faye", :timeout => 5)
faye_server = Faye::RackAdapter.new(:mount => "/faye", :timeout => 30)
faye_server.add_extension(DeviseAuth.new)

# TODO send pull request to faye to get this fixed
Expand Down

0 comments on commit 57eeced

Please sign in to comment.