perf: set default blocking threads to lower value

This commit is contained in:
Greg Heartsfield
2022-12-18 12:20:57 -06:00
parent 7a3899d852
commit b24d2f9aaa
2 changed files with 3 additions and 3 deletions

View File

@@ -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