Revert bad merge change

This commit is contained in:
Gabriel Simmer 2024-03-15 22:59:08 +00:00
parent b0f1b71779
commit eb744032dc
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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