mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 13:38:12 +02:00
removed the throttle of pygithub to make requests
faster
This commit is contained in:
@ -490,7 +490,8 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
requests_cache.install_cache('github_cache', expire_after=timedelta(weeks=2))
|
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()
|
docker_client = docker.from_env()
|
||||||
move_github_logging_to_file()
|
move_github_logging_to_file()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user