Skip to content

Use global feature flag for fast destroy

Jan Provaznik requested to merge fast-destroy-global-flag into master

What does this MR do?

Rolling out fast destroy feature is not ideal if this feature is scoped to a specific project/group because uploads are typically scoped to project or group, so we would have to enable this feature for a project which is going to be destroyed (which we don't know in front).

This feature flag was introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20977

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports