Skip to content

Extend /help/instance_configuration with Git LFS rate limit

What does this MR do and why?

On /help/instance_configuration#rate-limits, you can find information about the rate limits used in your current instance. This MR extends the rate limits table with the new Git LFS rate limit.

🛠 with at Siemens

/cc @bufferoverflow

Screenshots

image

How to set up and validate locally

  1. Visit {base_url}/help/instance_configuration#rate-limits.

  2. Visit {base_url}/admin/application_settings/network#js-git-lfs-limits-settings and set other values.

  3. Clear Rails cache

    Rails.cache.delete('instance_configuration')
  4. Visit {base_url}/help/instance_configuration#rate-limits.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports