Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Mon, 13 Apr 2020 21:40:31 UTC Commit: 8c39e5ec3cc70a4c1fb44d63ed99ef801280f30d https://github.com/geany/infrastructure/commit/8c39e5ec3cc70a4c1fb44d63ed99e...
Log Message: ----------- Enable GitHub backup API request throttling
This helps to not raise the rate limits.
Modified Paths: -------------- github-backup/backup.sh
Modified: github-backup/backup.sh 2 lines changed, 2 insertions(+), 0 deletions(-) =================================================================== @@ -22,4 +22,6 @@ --hooks \ --organization \ --output-directory=/home/geany/github-backup \ + --throttle-limit=3000 \ + --throttle-pause=30 \ geany
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).