diff --git a/lib/mastodon/redis_config.rb b/lib/mastodon/redis_config.rb index 4062fbba3..f11d94a45 100644 --- a/lib/mastodon/redis_config.rb +++ b/lib/mastodon/redis_config.rb @@ -25,6 +25,6 @@ namespace = ENV.fetch('REDIS_NAMESPACE') { nil } cache_namespace = namespace ? namespace + '_cache' : 'cache' REDIS_CACHE_PARAMS = { - expires_in: 30.minutes, + expires_in: 10.minutes, namespace: cache_namespace, }.freeze