Enable Rails 7.1 Marshalling format (#28609)
This commit is contained in:
parent
12bed81187
commit
5a6d533c53
5 changed files with 8 additions and 180 deletions
|
@ -34,7 +34,7 @@ REDIS_CACHE_PARAMS = {
|
|||
driver: :hiredis,
|
||||
url: ENV['CACHE_REDIS_URL'],
|
||||
expires_in: 10.minutes,
|
||||
namespace: cache_namespace,
|
||||
namespace: "#{cache_namespace}:7.1",
|
||||
connect_timeout: 5,
|
||||
pool: {
|
||||
size: Sidekiq.server? ? Sidekiq[:concurrency] : Integer(ENV['MAX_THREADS'] || 5),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue