Gitaly timeouts - referenced in two places
Problem to solve
In https://docs.gitlab.com/ee/administration/settings/gitaly_timeouts.html we configure
The timeouts can be configured to make sure that long-running Gitaly calls don’t needlessly take up resources.
for Default, Fast and Medium.
In https://docs.gitlab.com/ee/administration/gitaly/configure_gitaly.html we configure (new to GitLab `16.5`)
upload_pack_negotiation, and upload_archive_negotiation
They use different mechanism for setting - with one being the Admin UI and the other a configuration file.
- Should we crosslink the two pages?
- Why the different styles - can upload_pack_negotiation, upload_archive_negotiation be changed to the UI?
Further details
Proposal
@eread I would very like your feedback on this and how I should move forward with a documentation update.
@jamesliu-gitlab - while working on a customer ticket, I automatically went to the UI page; should I create a new issue for these new setting to be added to the UI?