From 68f7e2b0bc3569edda342e77050dcc5852b9cac1 Mon Sep 17 00:00:00 2001 From: Abhishek Bvs <32136294+abhishekbvs@users.noreply.github.com> Date: Sat, 25 Oct 2025 15:13:17 +0530 Subject: [PATCH] Update .changeset/pretty-kids-allow.md Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Abhishek Bvs <32136294+abhishekbvs@users.noreply.github.com> --- .changeset/pretty-kids-allow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/pretty-kids-allow.md b/.changeset/pretty-kids-allow.md index acb258c467..6b3b11a895 100644 --- a/.changeset/pretty-kids-allow.md +++ b/.changeset/pretty-kids-allow.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-backend-module-github': patch --- -Added configurable pageSizes for GitHub GraphQL API queries to prevent RESOURCE_LIMITS_EXCEEDED errors with organizations with large number of teams, members and repositories. Default page sizes reduced by 50% to improve stability. +Added configurable `pageSizes` for GitHub GraphQL API queries to prevent `RESOURCE_LIMITS_EXCEEDED` errors with organizations with large number of repositories. Please see the [GitHub Discovery documentation](https://backstage.io/docs/integrations/github/discovery#configuration) for new configuration options.