Merge pull request #3036 from lmaisons/update-request-fee-link

Fix dead link in rate-limiting.md
This commit is contained in:
Rome Reginelli
2025-03-19 16:58:06 -07:00
committed by GitHub

View File

@@ -46,7 +46,7 @@ Server is overloaded
```
## Rate Per Request
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/resource/Fees.h "Source")
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/libxrpl/resource/Fees.cpp "Source")
The server calculates a client's usage rate based on the number of requests made over time, and weighs different types of requests based on approximately how much work the server must do to serve them. Follow-up messages from the server for the [subscribe method][] and [path_find method][] also count towards a client's usage rate.