Convert archive_rate_limit feature flag to Application Setting
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Context
There are two issues to solve:
-
archive_rate_limit
is meant to be a temporary feature flag. It's enabled in Gitlab.com. - There is no way to configure the
project_repositories_archive
rate - it's currently hard-coded to5
per1.minute
.
Requirements
Remove the archive_rate_limit
feature flag in favor of an application setting for project_repositories_archive
.
Implementation plan
Follow this guideline to add the new application setting. There are a list of steps that you should follow.
Edited by 🤖 GitLab Bot 🤖