Merge pull request #5882 from bholagabbar/patch-2

Updated Link to Rate Limiting Article
This commit is contained in:
Xavier Ordoquy 2018-03-19 11:02:42 +01:00 committed by GitHub
commit 0b6a5e568d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ The following is an example of a rate throttle, that will randomly throttle 1 in
def allow_request(self, request, view):
return random.randint(1, 10) != 1
[cite]: https://dev.twitter.com/docs/error-codes-responses
[cite]: https://developer.twitter.com/en/docs/basics/rate-limiting
[permissions]: permissions.md
[identifing-clients]: http://oxpedia.org/wiki/index.php?title=AppSuite:Grizzly#Multiple_Proxies_in_front_of_the_cluster
[cache-setting]: https://docs.djangoproject.com/en/stable/ref/settings/#caches