From e4cca4de3cab8e9901917a3d9dd062e5a9acb3c6 Mon Sep 17 00:00:00 2001 From: "Mark A. Grondona" Date: Wed, 8 Nov 2023 20:03:24 -0800 Subject: [PATCH] doc: document buffer-size in flux-config-ingest(5) Problem: The ingest.buffer-size option is undocumented in flux-config-ingest(5). Document it. --- doc/man5/flux-config-ingest.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man5/flux-config-ingest.rst b/doc/man5/flux-config-ingest.rst index e31de430cd0f..d55774001da8 100644 --- a/doc/man5/flux-config-ingest.rst +++ b/doc/man5/flux-config-ingest.rst @@ -32,6 +32,11 @@ batch-count ``batch-count`` key is nonzero then jobs are batched based on a counter instead. This is mostly useful for testing. +buffer-size + (optional) Set the input buffer size for job-ingest module workers. + The value is string indicating the buffer size with optional SI units + (e.g. "102400", "4.5M", "1024K") The default value is ``10M``. + FROBNICATOR KEYS ================