Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions gittensor/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading