Skip to content

Set default timeout for deleting many refs

What does this MR do?

Sets the default timeout for deleting many refs. This is done as this RPC is called from Sidekiq too, and only the default timeout falls back to no timeout on Sidekiq.

Further, given this RPC is called after importing, it has to remove many refs, taking more than a couple of seconds to complete.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/49862

Edited by Stan Hu

Merge request reports