websock set timeout on development build

This commit is contained in:
jam 2014-01-08 22:42:10 +00:00
parent f003fb2501
commit 9ed2210500
1 changed files with 4 additions and 0 deletions

View File

@ -54,4 +54,8 @@ SampleApp::Application.configure do
# it's nice to have even admin accounts (which all the default ones are) generate GA data for testing
config.ga_suppress_admin = false
config.websocket_gateway_connect_time_stale = 16
config.websocket_gateway_connect_time_expire = 26
end