[geany/infrastructure] 8c39e5: Enable GitHub backup API request throttling
Enrico Tröger
git-noreply at xxxxx
Mon Apr 13 21:40:31 UTC 2020
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger at uvena.de>
Committer: Enrico Tröger <enrico.troeger at uvena.de>
Date: Mon, 13 Apr 2020 21:40:31 UTC
Commit: 8c39e5ec3cc70a4c1fb44d63ed99ef801280f30d
https://github.com/geany/infrastructure/commit/8c39e5ec3cc70a4c1fb44d63ed99ef801280f30d
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).
More information about the Commits
mailing list