Skip to content

Commit

Permalink
Support a higher number of threads per replica
Browse files Browse the repository at this point in the history
  • Loading branch information
utaal committed Sep 2, 2024
1 parent 341be41 commit 0391d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verified-node-replication/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub open const LOG_SIZE: usize = 512 * 1024;

// 4 * 1024 * 1024;
/// maximum number of threads per replica
pub open const MAX_THREADS_PER_REPLICA: usize = 64;
pub open const MAX_THREADS_PER_REPLICA: usize = 128;

pub open const MAX_PENDING_OPS: usize = 1;

Expand Down

0 comments on commit 0391d6c

Please sign in to comment.