Skip to content

Commit 32e56bb

Browse files
authored
Decrease retry delay for activity queries.
Reduces potential run time.
1 parent a47736e commit 32e56bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_visualize/scripts/get_repos_activitycommits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
dataCollector.data = {"data": {}}
2121

2222
# Initialize query manager
23-
queryMan = qm.GitHubQueryManager(maxRetry=10, retryDelay=3)
23+
queryMan = qm.GitHubQueryManager(maxRetry=10, retryDelay=2)
2424

2525
# Iterate through internal repos
2626
print("Gathering data across multiple queries...")

0 commit comments

Comments
 (0)