cluster/zeromq: Move variable lookups from DoInit() to DoInitPostScript()

This commit is contained in:
Arne Welzel 2025-01-29 15:35:15 +01:00
parent 540d9da5ef
commit ba7b605a97
3 changed files with 10 additions and 7 deletions

View file

@ -134,12 +134,12 @@ export {
## Do not silently drop messages if high-water-mark is reached.
##
## Whether to configure ``ZMQ_XPUB_NODROP`` on the XPUB socket
## to detect when sending a message fails due to reaching
## the high-water-mark.
## connecting to the proxy to detect when sending a message fails
## due to reaching the high-water-mark.
##
## See ZeroMQ's `ZMQ_XPUB_NODROP documentation <http://api.zeromq.org/4-2:zmq-setsockopt#toc61>`_
## for more details.
const xpub_nodrop: bool = T &redef;
const connect_xpub_nodrop: bool = T &redef;
## Do not silently drop messages if high-water-mark is reached.
##