VRFS-1483 undoing accidently checkin of wsg connect params

This commit is contained in:
Jonathan Kolyer 2014-03-19 16:38:59 +00:00
parent 0987cf2cf8
commit 22104e3a97
2 changed files with 4 additions and 4 deletions

View File

@ -107,8 +107,8 @@ if defined?(Bundler)
config.websocket_gateway_connect_time_stale = 2
config.websocket_gateway_connect_time_expire = 5
else
config.websocket_gateway_connect_time_stale = 60000 # 12 matches production
config.websocket_gateway_connect_time_expire = 100000 # 20 matches production
config.websocket_gateway_connect_time_stale = 12 # 12 matches production
config.websocket_gateway_connect_time_expire = 20 # 20 matches production
end
config.websocket_gateway_internal_debug = false
config.websocket_gateway_port = 6767 + ENV['JAM_INSTANCE'].to_i

View File

@ -68,8 +68,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 = 60000
config.websocket_gateway_connect_time_expire = 100000
config.websocket_gateway_connect_time_stale = 12
config.websocket_gateway_connect_time_expire = 20
config.audiomixer_path = ENV['AUDIOMIXER_PATH'] || audiomixer_workspace_path || "/var/lib/audiomixer/audiomixer/audiomixerapp"