You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates default value for replication_sync_timeout (#5186)
* Updates default value for replication_sync_timeout
* Changes default value in the description from 300 to 0
* Changes replication_sync_timeout Note text
Co-authored-by: Kseniia Antonova <[email protected]>
Fixes#5183
The default ``replication_sync_timeout`` value is going to be changed in future versions from ``300`` to ``0``.
404
-
You can learn the reasoning behind this decision from the :ref:`Default value for replication_sync_timeout <compat-option-replication-timeout>` topic, which also describes how to try the new behavior in the current version.
403
+
The default ``replication_sync_timeout`` value can be changed to the old default value (300) by using the ``compat`` module.
404
+
For more information on changing the default value via the ``compat`` module,
405
+
see :ref:`Default value for replication_sync_timeout <compat-option-replication-timeout>`.
0 commit comments