From 14e7c46ecd970c2ebe14898f8ecb0ca2cee1aa17 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:58:13 +0000 Subject: [PATCH] Bug 5311: clarify configuration byte units (#1979) --- src/cf.data.pre | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 7bcd2e78814..b02def6e9d7 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -51,9 +51,10 @@ COMMENT_START Units accepted by Squid are: bytes - byte - KB - Kilobyte (1024 bytes) - MB - Megabyte - GB - Gigabyte + KB - Kilobyte (2^10, 1'024 bytes) + MB - Megabyte (2^20, 1'048'576 bytes) + GB - Gigabyte (2^30, 1'073'741'824 bytes) + Squid does not yet support KiB, MiB, and GiB unit names. Values with time units