Skip to content

Make the default TTL for Rails cache configurable

Bob Van Landuyt requested to merge bvl-rails-cache-configurable-ttl into master

This will allow us to reduce the default TTL for Rails cache on GitLab.com

Part of gitlab-com/gl-infra/scalability#1854 (closed) in an effort to reduce the number of evictions Redis needs to do when it reaches it's maxmemory configuration.

Edited by Bob Van Landuyt

Merge request reports