Faye to ActionCable: broadcasting modernization #1

Merged
bterkuile merged 16 commits from feat/review-improve-and-document-the-broadcasting-model into master 2026-05-17 21:23:37 +02:00
Showing only changes of commit 4a4e076416 - Show all commits
+3 -1
View File
@@ -6,7 +6,9 @@
# Redis is also used for Mozo::Counter (replacing DrbCounter). # Redis is also used for Mozo::Counter (replacing DrbCounter).
# #
development: development:
adapter: async adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/2" } %>
channel_prefix: mozo_backend_dev
test: test:
adapter: test adapter: test