From 10f2500fb89880e4311c030e53fac603d50d830e Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Mon, 2 Dec 2024 13:55:47 +1300 Subject: [PATCH] fix --- benches/bench/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/benches/bench/main.rs b/benches/bench/main.rs index b618ae3..ce14aad 100644 --- a/benches/bench/main.rs +++ b/benches/bench/main.rs @@ -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(),