Skip to content

Commit

Permalink
Bump active work to 2^16
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Nov 23, 2023
1 parent 4fbf6b5 commit ec1466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/transport/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl From<&QueryConfig> for GatewayConfig {
fn from(_value: &QueryConfig) -> Self {
// TODO: pick the correct value for active and test it
// Self::default()
Self::new(1 << 15).with_buffer_size(1024)
Self::new(1 << 16).with_buffer_size(1024)
}
}

Expand Down

0 comments on commit ec1466e

Please sign in to comment.