Commit 2bb41fc0b346be7154b025c6c3fe3cd3716f11b4

Authored by renansoares
1 parent b7292a69
Exists in master and in 1 other branch v2

trying to fix websocket rails

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/initializers/websocket_rails.rb
@@ -16,7 +16,7 @@ WebsocketRails.setup do |config| @@ -16,7 +16,7 @@ WebsocketRails.setup do |config|
16 # Change to true to enable standalone server mode 16 # Change to true to enable standalone server mode
17 # Start the standalone server with rake websocket_rails:start_server 17 # Start the standalone server with rake websocket_rails:start_server
18 # * Requires Redis 18 # * Requires Redis
19 - config.standalone = true 19 + config.standalone = false
20 20
21 # Change to true to enable channel synchronization between 21 # Change to true to enable channel synchronization between
22 # multiple server instances. 22 # multiple server instances.