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 committed Jan 19, 2025
1 parent 72f2cd7 commit 14e7c46
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 14e7c46

Please sign in to comment.