Skip to content

Commit

Permalink
increase default queue len
Browse files Browse the repository at this point in the history
  • Loading branch information
somtochiama committed Aug 28, 2024
1 parent 13ca118 commit b009d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/corro-types/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const fn default_wal_threshold() -> usize {
10
}
const fn default_processing_queue() -> usize {
100000
5000000
}

/// Used for the apply channel
Expand Down

0 comments on commit b009d71

Please sign in to comment.