Skip to content

Commit

Permalink
[ws client]: default subscription buffer 1024 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Sep 17, 2021
1 parent 0f66093 commit c850b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws-client/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ impl<'a> Default for WsClientBuilder<'a> {
connection_timeout: Duration::from_secs(10),
origin_header: None,
max_concurrent_requests: 256,
max_notifs_per_subscription: 4,
max_notifs_per_subscription: 1024,
}
}
}
Expand Down

0 comments on commit c850b39

Please sign in to comment.