Skip to content

Commit

Permalink
doc: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Feb 7, 2025
1 parent 3d12cbc commit 6c50924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/katana/cli/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ pub struct ServerOptions {
#[arg(long = "rpc.max-connections", value_name = "MAX")]
pub max_connections: Option<u32>,

/// Maximum request body size.
/// Maximum request body size (in bytes).
#[arg(long = "rpc.max-request-body-size", value_name = "SIZE")]
pub max_request_body_size: Option<u32>,

/// Maximum response body size.
/// Maximum response body size (in bytes).
#[arg(long = "rpc.max-response-body-size", value_name = "SIZE")]
pub max_response_body_size: Option<u32>,

Expand Down

0 comments on commit 6c50924

Please # to comment.