ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
549 B

  1. # Async adapter only works within the same process, so for manually triggering cable updates from a console,
  2. # and seeing results in the browser, you must do so from the web console (running inside the dev process),
  3. # not a terminal started via bin/rails console! Add "console" to any action or any ERB template view
  4. # to make the web console appear.
  5. development:
  6. adapter: async
  7. test:
  8. adapter: test
  9. production:
  10. adapter: solid_cable
  11. connects_to:
  12. database:
  13. writing: cable
  14. polling_interval: 0.1.seconds
  15. message_retention: 1.day