Update download_manager.py

This commit is contained in:
Alexander Sergeev
2023-02-17 23:41:18 +01:00
committed by GitHub
parent d83657a19e
commit f666d1c242

View File

@@ -63,7 +63,7 @@ GITHUB_API_QUERIES = {
"repository_commit_list": """
{
repository(owner: "$owner", name: "$name") {
refs(refPrefix: "refs/heads/", orderBy: {direction: DESC, field: TAG_COMMIT_DATE}, first: 100) {
refs(refPrefix: "refs/heads/", orderBy: {direction: DESC, field: TAG_COMMIT_DATE}, first: 10) { # TODO: increase branch number with pagination
edges {
node {
... on Ref {