Skip to content
代码片段 群组 项目
未验证 提交 2f92e34c 编辑于 作者: Gerardo Navarro's avatar Gerardo Navarro 提交者: GitLab
浏览文件

feat: Add throttle app settings for unauthenticated GIT HTTP requests

- Context: When cloning a git repository via HTTP,
  the command `git clone` always starts with
  an unauthenticated HTTP GET request to the backend before continuing
  with authenticated requests;
  when many `git clone` commands are performaned in parallel
  then these requests are throttled based on the application settings
  e.g. in CI pipelines.

- Add the ability to throttle these unauthenticated GIT HTTP requests
- Add new section to the admin settings page to configure these settings

Changelog: added
上级 9374cbaa
No related branches found
No related tags found
无相关合并请求
显示
286 个添加14 个删除
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册