Skip to content

Commit

Permalink
Reword API quota usage: remove specific quota
Browse files Browse the repository at this point in the history
  • Loading branch information
makyen authored Mar 18, 2024
1 parent 174a381 commit 72e119e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ This websocket provides us with the feed of posts to scan.

Every time a post comes in, we grab the full details of the post from the
[Stack Exchange API](https://api.stackexchange.com/docs).
Requests are bundled up wherever possible to save on our
20,000 requests per day API quota.
Requests are typically bundled up wher possible to save on
API quota usage.
Once we have the details, including the full text of the body,
we run the post's body text, title, and owner's username through
[a whole load of tests](https://github.com/Charcoal-SE/SmokeDetector/blob/master/findspam.py),
Expand Down

0 comments on commit 72e119e

Please sign in to comment.