BigW Consortium Gitlab

Commit 31b38ac9 by Douwe Maan

Merge branch 'flipper-caching' into 'master'

Increase feature flag cache TTL to one hour Closes #40854 See merge request gitlab-org/gitlab-ce!17213
parents 4a128e44 ef99a3c8
---
title: Increase feature flag cache TTL to one hour
merge_request:
author:
type: performance
......@@ -8,7 +8,7 @@ Flipper.configure do |config|
cached_adapter = Flipper::Adapters::ActiveSupportCacheStore.new(
adapter,
Rails.cache,
expires_in: 10.seconds)
expires_in: 1.hour)
Flipper.new(cached_adapter)
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment