From e3c3fe29b4b6af61766e60daa440b2292e393fc0 Mon Sep 17 00:00:00 2001
From: davidg73 <david.gunnarsson@univie.ac.at>
Date: Thu, 17 Apr 2025 12:11:48 +0200
Subject: [PATCH] Deactivate action cable for now

as no action cable features are used at the moment
---
 config/cable.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/config/cable.yml b/config/cable.yml
index b9adc5a..a41ba56 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
-- 
GitLab