1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Fixed typo in heartbeats docs (#67013)

This commit is contained in:
Vai Ignatavicius
2025-10-02 19:03:57 +01:00
committed by GitHub
parent 26df4c1634
commit ebbf6b1751
4 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ the synchronization attempt will be failed. It fails with a cause being the sour
The heartbeat can be configured using the file flags.yaml through 2 entries:
- `hseartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
- `heartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
The default is 3 hours.
- `heartbeat.failSync`: Setting this to true will make the syncs to fail if a missed heartbeat is detected.
If false no sync will be failed because of a missed heartbeat. The default value is true.

View File

@@ -50,7 +50,7 @@ the synchronization attempt will be failed. It fails with a cause being the sour
The heartbeat can be configured using the file flags.yaml through 2 entries:
- `hseartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
- `heartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
The default is 3 hours.
- `heartbeat.failSync`: Setting this to true will make the syncs to fail if a missed heartbeat is detected.
If false no sync will be failed because of a missed heartbeat. The default value is true.

View File

@@ -50,7 +50,7 @@ the synchronization attempt will be failed. It fails with a cause being the sour
The heartbeat can be configured using the file flags.yaml through 2 entries:
- `hseartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
- `heartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
The default is 3 hours.
- `heartbeat.failSync`: Setting this to true will make the syncs to fail if a missed heartbeat is detected.
If false no sync will be failed because of a missed heartbeat. The default value is true.

View File

@@ -50,7 +50,7 @@ the synchronization attempt will be failed. It fails with a cause being the sour
The heartbeat can be configured using the file flags.yaml through 2 entries:
- `hseartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
- `heartbeat-max-seconds-between-messages`: this configures the maximum time allowed between 2 messages.
The default is 3 hours.
- `heartbeat.failSync`: Setting this to true will make the syncs to fail if a missed heartbeat is detected.
If false no sync will be failed because of a missed heartbeat. The default value is true.