Skip to content

Commit

Permalink
move back to 25 db connections
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Dec 13, 2024
1 parent ebc2ef5 commit 5f0810a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/configuration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub const MAX_GROUP_SIZE: usize = 400;

pub const MAX_PAST_EPOCHS: usize = 3;

pub const MAX_DB_POOL_SIZE: u32 = 10;
pub const MAX_DB_POOL_SIZE: u32 = 25;

/// the max amount of data that can be sent in one gRPC call
/// we leave 5 * 1024 * 1024 as extra buffer room
Expand Down

0 comments on commit 5f0810a

Please sign in to comment.