Skip to content

Commit f13ab07

Browse files
committed
replication.synchro_queue_max_size configuration option added
Fixes #4749
1 parent 24a8077 commit f13ab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/configuration/configuration_reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4153,7 +4153,7 @@ autoexpel full example
41534153

41544154
**Since:** :doc:`3.3.0 </release/3.3.0>`
41554155

4156-
The maximum size of the synchronous transaction queue on a master node, in bytes.
4156+
The maximum size of the synchronous transaction queue on a master node, in bytes. The size limit isn't strict, i.e. if there's at least one free byte, the whole write request fits and no blocking is involved.
41574157
This parameter ensures that the queue does not grow indefinitely, potentially impacting performance and resource usage, and applies only to the master node.
41584158

41594159
The ``0`` value disables the limit.

0 commit comments

Comments
 (0)