We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb883b4 commit a88b58dCopy full SHA for a88b58d
doc/man5/flux-config-kvs.rst
@@ -29,6 +29,13 @@ gc-threshold
29
point. (Default: garbage collection must be manually requested with
30
`flux-shutdown --gc`).
31
32
+transaction-max-ops
33
+ (optional) Sets the maximum number of transactions that can be
34
+ performed in a single KVS commit. This configuration is to prevent
35
+ a single transaction from taking up too much of the KVS's time
36
+ (i.e. to prevent a denial-of-service from a large transaction). By
37
+ default the maximum is 131072.
38
+
39
40
EXAMPLE
41
=======
doc/test/spell.en.pws
@@ -948,3 +948,4 @@ backoff
948
unkillable
949
Feitelson
950
TimeoutStopSec
951
+KVS's
0 commit comments