From e8b69bcfc129bec9b249ee079c53bc91b0d0ec8c Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Thu, 7 Sep 2023 20:53:11 -0500 Subject: [PATCH 1/2] Fewer mods per GraphQL pass in DownloadCounter --- netkan/netkan/download_counter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netkan/netkan/download_counter.py b/netkan/netkan/download_counter.py index 036ae1e..258e4ff 100644 --- a/netkan/netkan/download_counter.py +++ b/netkan/netkan/download_counter.py @@ -20,7 +20,7 @@ class GraphQLQuery: GITHUB_API = 'https://api.github.com/graphql' # Get this many modules per request - MODULES_PER_GRAPHQL = 40 + MODULES_PER_GRAPHQL = 20 # The request we send to GitHub, with a parameter for the module specific section GRAPHQL_TEMPLATE = Template(read_text('netkan', 'downloads_query.graphql')) From 15dae04026d400387355a499419612aa76188cd8 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Thu, 7 Sep 2023 21:08:34 -0500 Subject: [PATCH 2/2] Disable broken Coverage check --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 063feb8..525b8dc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -8,6 +8,7 @@ permissions: jobs: coverage: + if: false runs-on: ubuntu-latest defaults: run: