Skip to content

Commit

Permalink
Fix subscription_capacity documenttion default value
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc authored and Jarema committed Jun 20, 2024
1 parent e0e8e90 commit ee03622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ impl ConnectOptions {

/// Sets the capacity for `Subscribers`. Exceeding it will trigger `slow consumer` error
/// callback and drop messages.
/// Default is set to 1024 messages buffer.
/// Default is set to 65536 messages buffer.
///
/// # Examples
/// ```no_run
Expand Down

0 comments on commit ee03622

Please sign in to comment.