mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	Merge pull request #3036 from lmaisons/update-request-fee-link
Fix dead link in rate-limiting.md
This commit is contained in:
		@@ -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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user