Skip to content

Commit

Permalink
Increase retry limit for activity script
Browse files Browse the repository at this point in the history
  • Loading branch information
LRWeber authored Sep 12, 2023
1 parent bbf9bba commit 2195c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _visualize/scripts/get_repos_activitycommits.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
dataCollector.data = {"data": {}}

# Initialize query manager
queryMan = qm.GitHubQueryManager(maxRetry=10, retryDelay=1)
queryMan = qm.GitHubQueryManager(maxRetry=20, retryDelay=1)

# Iterate through internal repos
print("Gathering data across multiple queries...")
Expand Down

0 comments on commit 2195c1b

Please sign in to comment.