From f8d0559503672adf3a0fde55a9abe476306f107b Mon Sep 17 00:00:00 2001 From: Sean Carroll Date: Tue, 18 Jan 2022 16:05:24 +0100 Subject: Update rate limit to 600/minute --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 313cffc..fda8529 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ guidelines: GitLab Shell performs rate limiting by user account and project for git operations. GitLab Shell accepts git operation requests and then make a call to the Rails rate limiter (backed by Redis). If the `user + project` limit is exceeds the rate limit then GitLab shell will then drop further connection requests for that `user + project`. -The rate limiter is applied at the git command (plumbing) level. Each command has a rate limit of 60/minute - ie: `git push` has 60/minute and `git pull` has another 60/minute. +The rate limiter is applied at the git command (plumbing) level. Each command has a rate limit of 600/minute - ie: `git push` has 600/minute and `git pull` has another 600/minute. Because they are using the same plumbing command `git-upload-pack`, `git pull` and `git clone are in effect the same command for the purposes of rate limiting. -- cgit v1.2.1