From be6d7432b005cbc1198a125e97ca40f96e528757 Mon Sep 17 00:00:00 2001 From: JivusAyrus Date: Thu, 30 Jan 2025 22:32:26 +0530 Subject: [PATCH] fix: reduce the breaking change retention duration --- controlplane/src/bin/billing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlplane/src/bin/billing.json b/controlplane/src/bin/billing.json index ecf168a858..ea6abac3bf 100644 --- a/controlplane/src/bin/billing.json +++ b/controlplane/src/bin/billing.json @@ -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)" },