Skip to content

Commit

Permalink
Bug 5311: clarify configuration byte units (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkie authored and squid-anubis committed Jan 10, 2025
1 parent fb51e46 commit 5fa48bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/cf.data.pre
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5fa48bb

Please sign in to comment.