From 64a4466d30232eb04f86ece2a670d5855d64d004 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Sun, 18 Dec 2022 23:14:41 -0600 Subject: [PATCH] perf: backing down on max_blocking_threads --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index a4388d4..79ad94d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -219,7 +219,7 @@ impl Default for Settings { messages_per_sec: None, subscriptions_per_min: None, db_conns_per_client: None, - max_blocking_threads: 64, + max_blocking_threads: 16, max_event_bytes: Some(2 << 17), // 128K max_ws_message_bytes: Some(2 << 17), // 128K max_ws_frame_bytes: Some(2 << 17), // 128K