This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cross IP Settings | |
| Maximum simultaneous requests 0 Default: 4 | |
| Minimum delay between requests (milliseconds) 100 Default: 200 | |
| IP Settings | |
| Maximum simultaneous requests per ip 0 Default: 1 | |
| Minimum delay between requests to the same ip (milliseconds) 200 Default: 1000 | |
| Frontend request Settings | |
| Maximum simultaneous sync requests 12 Default: 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # This is an adaptation of code I wrote to download a private binary from GitHub. Such...pain. | |
| # Why can't GitHub just offer a standardized URL you can download a release binary from and attach | |
| # your Github Personal Access Token as a header? | |
| # | |
| # Since this code is an adaptation it hasn't been directly tested, but the code it was adapted from works | |
| # and hopefully you can get the missing piece you're after by looking here. | |
| # |
OlderNewer