Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Sep 23, 2024
1 parent 09ddcf2 commit 33ac892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/metrics/src/monitor/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ fn monitored_http_connector(

/// Attach general configurations to the endpoint.
fn configure_endpoint(endpoint: Endpoint) -> Endpoint {
// This is to metigate https://github.com/risingwavelabs/risingwave/issues/18039.
// This is to mitigate https://github.com/risingwavelabs/risingwave/issues/18039.
// TODO: remove this after https://github.com/hyperium/hyper/issues/3724 gets resolved.
endpoint.http2_max_header_list_size(16 * 1024 * 1024)
}
Expand Down

0 comments on commit 33ac892

Please sign in to comment.