Skip to content

Commit

Permalink
Keep fewer message, get smaller table
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Jan 15, 2025
1 parent 7c04c7c commit db478e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ development:
# database:
# writing: cable
polling_interval: <%= ENV.fetch("SOLID_CABLE_POLLING", '0.1.seconds') %>
message_retention: 1.day
message_retention: 1.hour
silence_polling: true

test:
Expand All @@ -25,5 +25,5 @@ production:
# database:
# writing: cable
polling_interval: <%= ENV.fetch("SOLID_CABLE_POLLING", '0.1.seconds') %>
message_retention: 1.day
message_retention: 1.hour
silence_polling: true

0 comments on commit db478e9

Please sign in to comment.