gitjacker icon indicating copy to clipboard operation
gitjacker copied to clipboard

Add configurable wait time between each HTTP request

Open tja opened this issue 2 years ago • 0 comments

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.

tja avatar Dec 23 '22 13:12 tja