From 5f0810aaeebbdf9adc080a3a3fbc27018384ae40 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Fri, 13 Dec 2024 16:18:21 -0500 Subject: [PATCH] move back to 25 db connections --- xmtp_mls/src/configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmtp_mls/src/configuration.rs b/xmtp_mls/src/configuration.rs index c39923f04..118231a57 100644 --- a/xmtp_mls/src/configuration.rs +++ b/xmtp_mls/src/configuration.rs @@ -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