Commit aedba2fd authored by Stan Hu's avatar Stan Hu

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

This reverts merge request !73302
parent 2f33a8cb
......@@ -56,8 +56,7 @@ module Gitlab
# https://gitlab.com/gitlab-org/gitaly/-/blob/bf9f52bc/client/dial.go#L78
{
'grpc.keepalive_time_ms': 20000,
'grpc.keepalive_permit_without_calls': 1,
'grpc.http2.max_pings_without_data': 0
'grpc.keepalive_permit_without_calls': 1
}
end
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