@ -873,7 +873,7 @@ impl ClusterInfo {
|
|||||||
if msg_size < MAX_PROTOCOL_PAYLOAD_SIZE as u64 {
|
if msg_size < MAX_PROTOCOL_PAYLOAD_SIZE as u64 {
|
||||||
msgs.push(msg);
|
msgs.push(msg);
|
||||||
} else {
|
} else {
|
||||||
warn!(
|
debug!(
|
||||||
"dropping message larger than the maximum payload size {:?}",
|
"dropping message larger than the maximum payload size {:?}",
|
||||||
msg
|
msg
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user