summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-11-02 09:16:22 +0100
committerMS <ms@taler.net>2023-11-02 09:16:22 +0100
commit9c3e2169800023c3d84b0409085cd4268140f7b0 (patch)
treebe8f3db58eff1e64eff991d02f59e690b76228f0 /manpages
parent864d62529a0146a41492a2a48881391622affd7e (diff)
downloaddocs-9c3e2169800023c3d84b0409085cd4268140f7b0.tar.gz
docs-9c3e2169800023c3d84b0409085cd4268140f7b0.tar.bz2
docs-9c3e2169800023c3d84b0409085cd4268140f7b0.zip
libeufin-nexus.conf manpage.
Removing constraint on the space between the number and the duration unit.
Diffstat (limited to 'manpages')
-rw-r--r--manpages/libeufin-nexus.conf.5.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst
index b38c3436..85436ec7 100644
--- a/manpages/libeufin-nexus.conf.5.rst
+++ b/manpages/libeufin-nexus.conf.5.rst
@@ -101,8 +101,8 @@ The following configuration value(s) belong to the “[nexus-submit]” section.
FREQUENCY
Duration value to instruct the ``ebics-submit`` subcommand how much to wait
before checking the database again to find new unsubmitted payments. The duration
- must be expressed with a number followed (without space) by the time unit.
- The following time units are supported: 's' (seconds), 'm' (minutes), 'h' (hours).
+ must be expressed with a number followed by the time unit. The following time
+ units are supported: 's' (seconds), 'm' (minutes), 'h' (hours).
For example, the value *5m* causes retries to be run every five minutes. Whenever
the given number is zero, the retries are long-polled. Note: the current version
does NOT support long-polling but would instead run in transient mode, whenever