diff options
author | mutatrum <mutatrum@gmail.com> | 2022-05-25 23:49:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 23:49:15 +0200 |
commit | 43ff37f60eac1f867c798c1e3f18cb402f7ee795 (patch) | |
tree | 2dd4e4638a839995a7b18ad627a9dc25956b60b3 /doc | |
parent | b4f686952a60bbadc7ed2250651d0d6af0959f4d (diff) |
Update zmq.md: Fix parameter in hwm example block
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq.md b/doc/zmq.md index b832e71734..4055505d74 100644 --- a/doc/zmq.md +++ b/doc/zmq.md @@ -76,7 +76,7 @@ The option to set the PUB socket's outbound message high water mark -zmqpubhashblockhwm=n -zmqpubrawblockhwm=n -zmqpubrawtxhwm=n - -zmqpubsequencehwm=address + -zmqpubsequencehwm=n The high water mark value must be an integer greater than or equal to 0. |