const MAX_RECENT_REQUESTS: usize = 10_000;
The maximum number of requests that will be handled in a given time interval before requests are dropped.