We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47736e commit 32e56bbCopy full SHA for 32e56bb
1 file changed
_visualize/scripts/get_repos_activitycommits.py
@@ -20,7 +20,7 @@
20
dataCollector.data = {"data": {}}
21
22
# Initialize query manager
23
-queryMan = qm.GitHubQueryManager(maxRetry=10, retryDelay=3)
+queryMan = qm.GitHubQueryManager(maxRetry=10, retryDelay=2)
24
25
# Iterate through internal repos
26
print("Gathering data across multiple queries...")
0 commit comments