Commit 5251dec5 authored by Stan Hu's avatar Stan Hu

Merge branch 'po-inforef-feature-flags' into 'master'

Add Gitaly info-ref cache feature flags

See merge request gitlab-org/gitlab-ce!31890
parents 994c4629 d7ae3efb
...@@ -6,8 +6,10 @@ class Feature ...@@ -6,8 +6,10 @@ class Feature
class Gitaly class Gitaly
# Server feature flags should use '_' to separate words. # Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS = SERVER_FEATURE_FLAGS =
[ %w[
'get_commit_signatures'.freeze get_commit_signatures
cache_invalidator
inforef_uploadpack_cache
].freeze ].freeze
DEFAULT_ON_FLAGS = Set.new([]).freeze DEFAULT_ON_FLAGS = Set.new([]).freeze
......
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