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.
1 parent 68b29f2 commit 5efd866Copy full SHA for 5efd866
src/qos_core/src/io/stream.rs
@@ -27,7 +27,7 @@ const BACKLOG: usize = 128;
27
28
const MIB: usize = 1024 * 1024;
29
30
-/// Maximum payload size for a single recv / send call. We're being generous with 128MB.
+/// Maximum payload size for a single recv / send call. We're being generous with 128MiB.
31
/// The goal here is to avoid server crashes if the payload size exceeds the available system memory.
32
pub const MAX_PAYLOAD_SIZE: usize = 128 * MIB;
33
0 commit comments