Skip to content
Snippets Groups Projects
Commit 6734df45 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'docs-add-max-feature-flags-to-table' into 'master'

Docs: Add max number of feature flags for all types

See merge request gitlab-org/gitlab!56833
parents cfff4ab8 a3904f84
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,11 +62,11 @@ next to any feature flag in the list.
The maximum number of feature flags per project on self-managed GitLab instances
is 200. For GitLab SaaS, the maximum number is determined by [tier](https://about.gitlab.com/pricing/):
 
| Tier | Number of feature flags per project |
|----------|-------------------------------------|
| Free | 50 |
| Premium | 150 |
| Ultimate | 200 |
| Tier | Feature flags per project (SaaS) | Feature flags per project (self-managed) |
|----------|----------------------------------|------------------------------------------|
| Free | 50 | 200 |
| Premium | 150 | 200 |
| Ultimate | 200 | 200 |
 
## Feature flag strategies
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment