We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MAX_FETCH_MSG_SIZE
1 parent 85367bf commit 6ce50c3Copy full SHA for 6ce50c3
src/download.rs
@@ -26,6 +26,7 @@ pub(crate) const PRE_MESSAGE_ATTACHMENT_SIZE_THRESHOLD: u64 = 140_000;
26
/// Max message size to be fetched in the background.
27
/// This limit defines what messages are fully fetched in the background.
28
/// This is for all messages that don't have the full message header.
29
+#[allow(unused)]
30
pub(crate) const MAX_FETCH_MSG_SIZE: usize = 1_000_000;
31
32
/// Max size for pre messages. A warning is emitted when this is exceeded.
0 commit comments