Commit b574ddd8 authored by Stan Hu's avatar Stan Hu

Merge branch 'wc-gitaly-keepalive-limit' into 'master'

Don't limit number of Gitaly client keepalives

See merge request gitlab-org/gitlab!73302
parents 3db4f856 4636ed9b
...@@ -56,7 +56,8 @@ module Gitlab ...@@ -56,7 +56,8 @@ module Gitlab
# https://gitlab.com/gitlab-org/gitaly/-/blob/bf9f52bc/client/dial.go#L78 # https://gitlab.com/gitlab-org/gitaly/-/blob/bf9f52bc/client/dial.go#L78
{ {
'grpc.keepalive_time_ms': 20000, 'grpc.keepalive_time_ms': 20000,
'grpc.keepalive_permit_without_calls': 1 'grpc.keepalive_permit_without_calls': 1,
'grpc.http2.max_pings_without_data': 0
} }
end end
private_class_method :channel_args private_class_method :channel_args
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment