Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
35f9d349fcfc
Commit
20bde4ed
authored
Apr 30, 2018
by
Jacob Vosmaer
Browse files
Use fast timeouts for Gitaly FooInProgress RPC's
parent
f4299b818f74
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/gitlab/gitaly_client/repository_service.rb
View file @
35f9d349
...
...
@@ -142,7 +142,7 @@ def rebase_in_progress?(rebase_id)
:repository_service
,
:is_rebase_in_progress
,
request
,
timeout:
GitalyClient
.
defaul
t_timeout
timeout:
GitalyClient
.
fas
t_timeout
)
response
.
in_progress
...
...
@@ -159,7 +159,7 @@ def squash_in_progress?(squash_id)
:repository_service
,
:is_squash_in_progress
,
request
,
timeout:
GitalyClient
.
defaul
t_timeout
timeout:
GitalyClient
.
fas
t_timeout
)
response
.
in_progress
...
...
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