Skip to content

Commit

Permalink
chore: Increase max reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Nov 13, 2023
1 parent c7f8741 commit f9cf7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/relay-server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
},
],
max_reservations_per_peer: 512,
max_reservations: 1024,
max_reservations: 8198,
reservation_duration: Duration::from_secs(60 * 60),
reservation_rate_limiters: vec![
RateLimit::PerIp {
Expand Down

0 comments on commit f9cf7cc

Please sign in to comment.