Commit 677bc5a4ae8f6154f1f66ddd9913ce7a57cbaee3
1 parent
f9a6f893
Exists in
master
and in
1 other branch
change in websocket_rails.rb
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 = false | 19 | + config.standalone = true |
| 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. |