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

Merge branch 'el-remove-unused-rate-limit' into 'master'

Remove unused rate limit definition

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/155410



Merged-by: default avatarEugie Limpin <elimpin@gitlab.com>
Approved-by: default avatarJuliet Wanjohi <jwanjohi@gitlab.com>
Approved-by: default avatarSylvester Chin <schin@gitlab.com>
No related branches found
No related tags found
无相关合并请求
......@@ -67,7 +67,6 @@ def rate_limits # rubocop:disable Metrics/AbcSize
project_testing_integration: { threshold: 5, interval: 1.minute },
email_verification: { threshold: 10, interval: 10.minutes },
email_verification_code_send: { threshold: 10, interval: 1.hour },
phone_verification_challenge: { threshold: 2, interval: 1.day },
phone_verification_send_code: { threshold: 5, interval: 1.day },
phone_verification_verify_code: { threshold: 5, interval: 1.day },
namespace_exists: { threshold: 20, interval: 1.minute },
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册