removed the throttle of pygithub to make requests

faster
This commit is contained in:
Karma Riuk
2025-04-01 11:45:43 +02:00
parent 6d28d89873
commit 12b98bf1ef

View File

@ -490,7 +490,8 @@ if __name__ == "__main__":
requests_cache.install_cache('github_cache', expire_after=timedelta(weeks=2))
g = Github(os.environ["GITHUB_AUTH_TOKEN_CRAB"])
g = Github(os.environ["GITHUB_AUTH_TOKEN_CRAB"], seconds_between_requests=0)
docker_client = docker.from_env()
move_github_logging_to_file()