Skip to content

Commit

Permalink
Update middleware.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyuploader authored Sep 25, 2024
1 parent 8d6e3ff commit dc1b726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ func main(){

Throttle is a middleware that limits number of currently processed requests
at a time across all users. Note: Throttle is not a rate-limiter per user,
instead it just puts a ceiling on the number of currentl in-flight requests
instead it just puts a ceiling on the number of currently in-flight requests
being processed from the point from where the Throttle middleware is mounted.

Throttle has a BacklogTimeout of 60 seconds by default
Expand Down

0 comments on commit dc1b726

Please sign in to comment.