Skip to content

Commit

Permalink
chore: small comment, sorry (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Lakhani authored Feb 7, 2024
1 parent 80003b5 commit 1838452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions homestar-runtime/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ pub(crate) struct Webserver {
/// Webserver timeout.
#[serde_as(as = "DurationSeconds<u64>")]
pub(crate) timeout: Duration,
/// Number of *bounded* clients to send messages to, used for a
/// [tokio::sync::broadcast::channel]
/// Message capacity for the websocket-server.
pub(crate) websocket_capacity: usize,
/// Websocket-server send timeout.
#[serde_as(as = "DurationMilliSeconds<u64>")]
Expand Down

0 comments on commit 1838452

Please sign in to comment.