Skip to content

Commit

Permalink
Make small fix in httpserver/middleware/throttle/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vasayxtx committed Dec 13, 2024
1 parent 341c6f7 commit 64b2af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions httpserver/middleware/throttle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,12 @@ If specified limits are exceeded, the corresponding messages will be logged.
For rate-limiting:

```json
{..., "msg": "too many in-flight requests, serving will be continued because of dry run mode", "in_flight_limit_key": "3c00e780-5721-59f8-acad-f0bf719777d4", ...}
{"msg": "too many requests, serving will be continued because of dry run mode", "rate_limit_key": "ee9a0dd8-7396-5478-8b83-ab7402d6746b"}
```

For in-flight limiting:
```json
{..., "msg": "too many requests, serving will be continued because of dry run mode", "rate_limit_key": "ee9a0dd8-7396-5478-8b83-ab7402d6746b", ...}
{"msg": "too many in-flight requests, serving will be continued because of dry run mode", "in_flight_limit_key": "3c00e780-5721-59f8-acad-f0bf719777d4"}
```

## License
Expand Down

0 comments on commit 64b2af8

Please sign in to comment.