diff --git a/tools/relay-server/src/main.rs b/tools/relay-server/src/main.rs index 0e94b550d..e20f07fc6 100644 --- a/tools/relay-server/src/main.rs +++ b/tools/relay-server/src/main.rs @@ -113,7 +113,7 @@ async fn main() -> Result<(), Box> { }, ], max_reservations_per_peer: 512, - max_reservations: 1024, + max_reservations: 8198, reservation_duration: Duration::from_secs(60 * 60), reservation_rate_limiters: vec![ RateLimit::PerIp {