diff options
author | Thomas White <taw@physics.org> | 2023-12-18 14:42:51 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-12-22 14:44:27 +0100 |
commit | 86c54696354ac54ca05c31a6a70baebefaac62a1 (patch) | |
tree | fae2f73b1f878f834ed425f09392d27d9ace385c /doc | |
parent | b8a765d620dae8d5dc3c5aef8c713d6d71e45bac (diff) |
indexamajig: Add --asapo-consumer-timeout
This also reduces the default timeout to 500 ms.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/indexamajig.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/indexamajig.1.md b/doc/man/indexamajig.1.md index 07620411..85566240 100644 --- a/doc/man/indexamajig.1.md +++ b/doc/man/indexamajig.1.md @@ -355,6 +355,10 @@ BASIC OPTIONS : only, but might be extended to other streaming systems in future. The : default is 60 seconds. +**--asapo-consumer-timeout** +: Set the timeout used for "get next" calls from ASAP::O, in ms. The default +: is 500 ms. + **--data-format=format** : Specify the data format for data received over ZeroMQ or ASAP::O. Possible : values in this version are msgpack, hdf5 and seedee. |