diff --git a/gittensor/constants.py b/gittensor/constants.py index 5edbf679..7e233c7e 100644 --- a/gittensor/constants.py +++ b/gittensor/constants.py @@ -25,8 +25,6 @@ GRAPHQL_VIEWER_QUERY = '{ viewer { login } }' # 1MB max file size for github api file fetches. Files exceeding this get no score. MAX_FILE_SIZE_BYTES = 1_000_000 -# Too many object lookups in one GraphQL query can trigger 502 errors and lose all results. -MAX_FILES_PER_GRAPHQL_BATCH = 50 # ============================================================================= # das-github-mirror (https://mirror.gittensor.io)