cluster/backends/zeromq: Fix rst link in docs

This commit is contained in:
Arne Welzel 2025-03-12 10:11:25 +01:00
parent f15281ab64
commit cc0c48423d

View file

@ -59,7 +59,7 @@ export {
## acts as a central broker. ## acts as a central broker.
## See ZeroMQ's `ZMQ_IO_THREADS documentation <http://api.zeromq.org/4-2:zmq-ctx-set#toc4>`_ ## See ZeroMQ's `ZMQ_IO_THREADS documentation <http://api.zeromq.org/4-2:zmq-ctx-set#toc4>`_
## and the `I/O threads <https://zguide.zeromq.org/docs/chapter2/#I-O-Threads>` ## and the `I/O threads <https://zguide.zeromq.org/docs/chapter2/#I-O-Threads>`_
## section in the ZeroMQ guide for details. ## section in the ZeroMQ guide for details.
const proxy_io_threads = 2 &redef; const proxy_io_threads = 2 &redef;