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 @@
# not a terminal started via bin/rails console! Add "console" to any action or any ERB template view
# to make the web console appear.
development:
adapter: async
adapter: test # deactivated for now, as no action cable features are used atm
test:
adapter: test
production:
adapter: solid_cable
connects_to:
database:
writing: cable
polling_interval: 0.1.seconds
message_retention: 1.day
adapter: test # deactivated for now, as no action cable features are used atm
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment