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 a579f2a commit 5929f29Copy full SHA for 5929f29
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 65536.
38
+
39
40
EXAMPLE
41
=======
doc/test/spell.en.pws
@@ -943,3 +943,4 @@ myprogram
943
unref
944
sigprocmask
945
iso
946
+KVS's
0 commit comments