diff --git a/async-nats/src/options.rs b/async-nats/src/options.rs index 2d5c2bb8d..d58f5f032 100644 --- a/async-nats/src/options.rs +++ b/async-nats/src/options.rs @@ -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