Add Gitaly info-ref cache feature flags

This commit is contained in:
Paul Okstad 2019-08-22 06:53:14 +00:00 committed by Stan Hu
parent 994c4629df
commit d7ae3efb87
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@ class Feature
class Gitaly
# Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS =
[
'get_commit_signatures'.freeze
%w[
get_commit_signatures
cache_invalidator
inforef_uploadpack_cache
].freeze
DEFAULT_ON_FLAGS = Set.new([]).freeze