Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vekien committed May 29, 2018
1 parent 0065132 commit dc0c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down

0 comments on commit dc0c6f0

Please sign in to comment.