File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,14 @@ OPTIONS
7676 store. This may be slightly faster, depending on how frequently the same
7777 content blobs are referenced by multiple keys.
7878
79+ .. option :: --maxreqs=N
80+
81+ Speed up :program: `flux-dump ` by increasing the number of
82+ concurrent lookup requests that can be made. When the dump is
83+ large, this could create a heavy burden on the KVS and should not
84+ be used unless the system is quiescent or it is an emergency.
85+ Defaults to 2.
86+
7987.. option :: --ignore-failed-read
8088
8189 If KVS metadata is encountered that references nonexistent blobrefs
Original file line number Diff line number Diff line change @@ -1007,3 +1007,4 @@ cpusets
10071007sproc
10081008testsuite
10091009sharness
1010+ maxreqs
You can’t perform that action at this time.
0 commit comments