Skip to content

Commit

Permalink
Add config.updatable_debounce_time to CableReady initializer template
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Mar 15, 2023
1 parent 08881c8 commit b10f501
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -19,4 +19,9 @@
# Change the default Active Job queue used for broadcast_later and broadcast_later_to
#
# config.broadcast_job_queue = :default

# Specify a default debounce time for CableReady::Updatable callbacks
# Doing so is a best practice to avoid heavy ActionCable traffic
#
# config.updatable_debounce_time = 0.1.seconds
end

0 comments on commit b10f501

Please sign in to comment.