From dc0c6f034ca629e3219c6fd3d82e156986e7efec Mon Sep 17 00:00:00 2001 From: Josh Freeman Date: Tue, 29 May 2018 12:34:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0552452..2bb99aa 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Please join the Discord: https://discord.gg/6XT7FTJ and there is a channel calle # rate limit -The XIVDB has a 5 requests/second rate limit before it will begin denying requests. Please code respectfully, this means no `foreach` or `while` loops firing off requests, either use recurrsion, promises or callbacks. +The XIVDB has a 15 requests/second rate limit before it will begin denying requests. Please code respectfully, this means no `foreach` or `while` loops firing off requests, either use recurrsion, promises or callbacks. Here is a Javascript gist that shows bad/good query code: