Skip to content

Only validate gitaly timeouts when they changed

What does this MR do?

This avoids validating Gitaly timeouts, that could have become invalid based on configuration in omnibus.

The invalid values would not be used, instead the mininum value from omnibus would be used. But this would prevent the application settings from being updated.

Skipping these validations makes sure the settings can still be saved if unrelated values are changed.

This also adds some documentation for these timeouts, so administrators have an idea what these values should be.

Closes #208432 (closed)

Follow up from !21492 (merged)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by 🤖 GitLab Bot 🤖

Merge request reports