Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 6eb05ebb9d update: lower rate limit
per Ivan suggested, change greedy=True to greedy=False
2023-06-26 16:58:17 -07:00
@@ -234,7 +234,7 @@ def _create_tag(filepath: str) -> str:
return tag
rate_limit = RateLimit(max_count=10, per=60, greedy=True)
rate_limit = RateLimit(max_count=10, per=60, greedy=False)
def process_and_execute_notebook(