Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Dec 2, 2024
1 parent 9e2c1c1 commit 10f2500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benches/bench/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ fn config() -> Config {
listen_address: SUBWAY_SERVER_ADDR.to_string(),
port: SUBWAY_SERVER_PORT,
max_connections: 1024 * 1024,
max_subscriptions_per_connection: 1024,
max_batch_size: None,
request_timeout_seconds: 120,
http_methods: Vec::new(),
Expand Down

0 comments on commit 10f2500

Please sign in to comment.