Register "gitaly_delta_islands" feature flag

This commit is contained in:
Jacob Vosmaer 2019-05-07 15:18:08 +00:00 committed by Sean McGivern
parent ed823c356f
commit 5dc68854f8
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ module Gitlab
CLIENT_NAME = (Sidekiq.server? ? 'gitlab-sidekiq' : 'gitlab-web').freeze
SERVER_FEATURE_CATFILE_CACHE = 'catfile-cache'.freeze
SERVER_FEATURE_FLAGS = [SERVER_FEATURE_CATFILE_CACHE].freeze
# Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS = [SERVER_FEATURE_CATFILE_CACHE, 'delta_islands'].freeze
MUTEX = Mutex.new