gitjacker
gitjacker copied to clipboard
Add configurable wait time between each HTTP request
I did run in a situation where the server with the exposed Git repository had some rate limiting implemented. Therefore, gitjacker
was unable to fetch all content and did bail out with HTTP 429 on .git/config
.
This change introduces a new command line option to configure a wait time between HTTP requests.