Skip to content
Snippets Groups Projects
Verified Commit e3c3fe29 authored by David Gunnarsson's avatar David Gunnarsson
Browse files

Deactivate action cable for now

as no action cable features are used at the moment
parent 8a24498b
No related branches found
No related tags found
No related merge requests found
...@@ -3,15 +3,10 @@ ...@@ -3,15 +3,10 @@
# not a terminal started via bin/rails console! Add "console" to any action or any ERB template view # not a terminal started via bin/rails console! Add "console" to any action or any ERB template view
# to make the web console appear. # to make the web console appear.
development: development:
adapter: async adapter: test # deactivated for now, as no action cable features are used atm
test: test:
adapter: test adapter: test
production: production:
adapter: solid_cable adapter: test # deactivated for now, as no action cable features are used atm
connects_to: \ No newline at end of file
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment