0
0
Fork 0

Enable Rails 7.1 Marshalling format (#28609)

This commit is contained in:
Jean Boussier 2024-01-05 22:57:47 +01:00 committed by GitHub
parent 12bed81187
commit 5a6d533c53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 180 deletions

View file

@ -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),