Skip to content

Commit 5efd866

Browse files
committed
MB -> MiB
1 parent 68b29f2 commit 5efd866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qos_core/src/io/stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const BACKLOG: usize = 128;
2727

2828
const MIB: usize = 1024 * 1024;
2929

30-
/// Maximum payload size for a single recv / send call. We're being generous with 128MB.
30+
/// Maximum payload size for a single recv / send call. We're being generous with 128MiB.
3131
/// The goal here is to avoid server crashes if the payload size exceeds the available system memory.
3232
pub const MAX_PAYLOAD_SIZE: usize = 128 * MIB;
3333

0 commit comments

Comments
 (0)