/
Dmitry-F
/
cbt_tool
Обзор
Документация
Войти
/
Dmitry-F
/
cbt_tool
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
config/cable.yml
17 строк
549 B
Dmitriy-Filatov
🧹 ФИНАЛЬНАЯ ЧИСТКА И БЕЗОПАСНОСТЬ
14 мар 2026, 03:59
14 мар 2026, 03:59
3f89264
Код
Авторство
О чём код?
# Async adapter only works within the same process, so for manually triggering cable updates from a console, # and seeing results in the browser, you must do so from the web console (running inside the dev process), # 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 test: adapter: test production: adapter: solid_cable connects_to: database: writing: cable polling_interval: 0.1.seconds message_retention: 1.day