Skip to content
Snippets Groups Projects
Commit af5bd974 authored by Bob Van Landuyt :neckbeard:'s avatar Bob Van Landuyt :neckbeard: :sunglasses:
Browse files

Merge branch 'zj-remove-delta-island-feature-flag' into 'master'

Remove delta island feature flag

Closes gitaly#1575

See merge request gitlab-org/gitlab-ce!28871
parents 33265ea3 b8372598
No related branches found
No related tags found
No related merge requests found
merge_request: 28871
title: Improve clone performance by using delta islands
type: performance
Loading
Loading
@@ -33,7 +33,7 @@ module Gitlab
 
SERVER_FEATURE_CATFILE_CACHE = 'catfile-cache'.freeze
# Server feature flags should use '_' to separate words.
SERVER_FEATURE_FLAGS = [SERVER_FEATURE_CATFILE_CACHE, 'delta_islands'].freeze
SERVER_FEATURE_FLAGS = [SERVER_FEATURE_CATFILE_CACHE].freeze
 
MUTEX = Mutex.new
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment