提交 31b38ac9 编写于 作者: D 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
---
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册