gitaly/config: Replace hardcoded timeouts with cfg
Replaces the previous hardcoded timeouts for `git-upload-pack` and `git-upload-archive` with values pulled from the TOML configuration. If no values were provided by the user, default values are set in the `Cfg` struct.
Please register or sign in to comment