summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-07-18 14:18:39 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-07-19 09:50:37 +0200
commit1acde5fa1f37b8e4856f96aba092a38faaac737f (patch)
treef6ddab8c598502f05f41be2c5567fb5214be0daa /share
parent73ad97ca278f5afe1e4d6c7bb2484f6998c754dd (diff)
downloadjustbuild-1acde5fa1f37b8e4856f96aba092a38faaac737f.tar.gz
just: Fix operation cache threshold exponent maximum value
The threshold exponent cannot pass the log2 of the maximum internal map size, of type size_t, thus it cannot be larger than 63. Update the documentation and enforce the upper limit of this argument during parsing of the command line.
Diffstat (limited to 'share')
-rw-r--r--share/man/just.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just.1.md b/share/man/just.1.md
index ccd1964e..dd585920 100644
--- a/share/man/just.1.md
+++ b/share/man/just.1.md
@@ -797,7 +797,7 @@ Path to the TLS server key.
Once the number of operations stored exceeds twice *`2^n`*, where *`n`*
is given by the option **`--log-operations-threshold`**, at most *`2^n`*
operations will be removed, in a FIFO scheme. If unset, defaults to
-14. Must be in the range \[0,255\].
+14. Must be in the range \[0,63\].
**`gc`** specific options
-------------------------