diff --git a/config/cable.yml b/config/cable.yml index b9adc5aa3a578713049a328e8c24f1fe08edf54f..a41ba562e393ee8b042d286f036821253d694c6d 100644 --- a/config/cable.yml +++ b/config/cable.yml @@ -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