Rate limits on Git LFS

Tier: Free, Premium, Ultimate Offering: Self-managed

Git LFS (Large File Storage) is a Git extension for handling large files. If you use Git LFS in your repository, common Git operations can generate many Git LFS requests. You can enforce general user and IP rate limits, but you can also override the general setting to enforce additional limits on Git LFS requests. This override can improve the security and durability of your web application. Aside from precedence, this configuration provides the same features as the general user and IP rate limits.

Configure Git LFS rate limits

Git LFS rate limits are disabled by default. If enabled and configured, these limits supersede the general user and IP rate limits:

  1. On the left sidebar, at the bottom, select Admin Area.
  2. Select Settings > Network.
  3. Expand Git LFS Rate Limits.
  4. Select Enable authenticated Git LFS request rate limit.
  5. Enter a value for Max authenticated Git LFS requests per period per user.
  6. Enter a value for Authenticated Git LFS rate limit period in seconds.
  7. Select Save changes.