Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5dc68854
Commit
5dc68854
authored
May 07, 2019
by
Jacob Vosmaer
Committed by
Sean McGivern
May 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Register "gitaly_delta_islands" feature flag
parent
ed823c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/gitlab/gitaly_client.rb
lib/gitlab/gitaly_client.rb
+2
-1
No files found.
lib/gitlab/gitaly_client.rb
View file @
5dc68854
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment