diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2018-02-19 14:27:39 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2018-02-19 14:28:22 +0100 |
commit | ef99a3c8bc09e9f03ee9aec5c07bfeca6b7d7adf (patch) | |
tree | 21b007544ade99dcfcb296cc55e81f3b2a82aa9d /changelogs | |
parent | 0b032daa11d5ea140f2eea99fa10b21da4b50f0b (diff) | |
download | gitlab-ce-ef99a3c8bc09e9f03ee9aec5c07bfeca6b7d7adf.tar.gz |
Increase feature flag cache TTL to one hour
Flipper already takes care of flushing cache entries when
enabling/disabling features so it should be safe to increase the TTL.
This in turn should drastically reduce the number of Flipper queries
executed.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/40854
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/flipper-caching.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/flipper-caching.yml b/changelogs/unreleased/flipper-caching.yml new file mode 100644 index 00000000000..6db27fd579e --- /dev/null +++ b/changelogs/unreleased/flipper-caching.yml @@ -0,0 +1,5 @@ +--- +title: Increase feature flag cache TTL to one hour +merge_request: +author: +type: performance |