Skip to content

Updates default value for replication_sync_timeout #5186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: latest
Choose a base branch
from

Conversation

AArdeev
Copy link
Contributor

@AArdeev AArdeev commented Jun 18, 2025

Changes default value in the description from 300 to 0
Fixes #5183
@AArdeev AArdeev requested a review from tecl1s June 18, 2025 06:42
@github-actions github-actions bot temporarily deployed to branch-gh-5183-fix-default-timeout-value June 18, 2025 06:42 Destroyed
@AArdeev AArdeev self-assigned this Jun 18, 2025
| Environment variable: TT_REPLICATION_SYNC_TIMEOUT
| Dynamic: yes
.. NOTE::

The default ``replication_sync_timeout`` value is going to be changed in future versions from ``300`` to ``0``.
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.
The default ``replication_sync_timeout`` value can be changed to 300 by using the ``compat`` module.
Copy link

@tecl1s tecl1s Jun 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It creates the erroneous impression that only two values are possible: 0 and 300. This is not the case. I think it would be better to avoid "300" and replace it with "old value" or similar. The link provided to compat option will reveal the necessary details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix default value in replication_sync_timeout
2 participants