Skip to content

Commit

Permalink
merge pr #1073
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed May 17, 2024
2 parents 4b01187 + 2d759ff commit f09bc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/src/helpers/gateway/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ impl Gateway {

impl Default for GatewayConfig {
fn default() -> Self {
Self::new(1024)
Self::new(32)
}
}

Expand Down

0 comments on commit f09bc8b

Please sign in to comment.