diff --git a/config/src/config/state_sync_config.rs b/config/src/config/state_sync_config.rs index 2966a42e2e10f3..1004bd48b54795 100644 --- a/config/src/config/state_sync_config.rs +++ b/config/src/config/state_sync_config.rs @@ -11,7 +11,7 @@ use serde::{Deserialize, Serialize}; use serde_yaml::Value; // The maximum message size per state sync message -const MAX_MESSAGE_SIZE: usize = 8 * 1024 * 1024; /* 8 MiB */ +const MAX_MESSAGE_SIZE: usize = 10 * 1024 * 1024; /* 10 MiB */ // The maximum chunk sizes for data client requests and response const MAX_EPOCH_CHUNK_SIZE: u64 = 200;