Skip to content

Commit

Permalink
Increase buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Oct 19, 2023
1 parent b5ce194 commit 3b6f92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use taxonomy::{

pub mod taxonomy;

const EVENT_BUFFER_SIZE: Option<NonZeroUsize> = NonZeroUsize::new(2048);
const EVENT_BUFFER_SIZE: Option<NonZeroUsize> = NonZeroUsize::new(4096);

fn deserialize_bool<'de, D: serde::Deserializer<'de>>(
deserializer: D,
Expand Down

0 comments on commit 3b6f92e

Please sign in to comment.