Skip to content

Commit

Permalink
fix: reduce the breaking change retention duration (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus authored Jan 30, 2025
1 parent b850fd7 commit 16ab8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controlplane/src/bin/billing.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
{ "id": "analytics-retention", "limit": 30 },
{ "id": "tracing-retention", "limit": 30 },
{ "id": "changelog-retention", "limit": 30 },
{ "id": "breaking-change-retention", "limit": 90 },
{ "id": "breaking-change-retention", "limit": 30 },
{ "id": "trace-sampling-rate", "limit": 0.1 },
{ "id": "oidc" },
{ "id": "scim", "description": "System for Cross-Domain Identity Management (SCIM)" },
Expand Down

0 comments on commit 16ab8c6

Please sign in to comment.