Skip to content

Commit

Permalink
Add :long_polling_interval to Redis config blocklist
Browse files Browse the repository at this point in the history
As discussed in #330, an allowlist would be better still.

This is preventing us from upgrading to Redis 5.
  • Loading branch information
henrik committed May 4, 2023
1 parent 3acc523 commit 015fed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/message_bus/backends/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ def new_redis_connection
:backend,
:logger,
:long_polling_enabled,
:long_polling_interval,
:backend_options,
:base_route,
:client_message_filters,
Expand Down

0 comments on commit 015fed4

Please sign in to comment.