Skip to content

Commit ee8ffd8

Browse files
Merge pull request #27736 from AbdullahMSFT/patch-7
Update change-the-session-timeout-period-for-an-availability-replica-…
2 parents 600e301 + e5468b0 commit ee8ffd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database-engine/availability-groups/windows/change-the-session-timeout-period-for-an-availability-replica-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ helpviewer_keywords:
5151

5252
MODIFY REPLICA ON '*instance_name*' WITH ( SESSION_TIMEOUT =*seconds* )
5353

54-
where *group_name* is the name of the availability group, *instance_name* is the name of the server instance that hosts the availability replica to be modified, and *seconds* specifies the minimum number of seconds that the replica must wait before applying log to databases when acting as a secondary replica. The default is 0 seconds, which indicates that there is no apply delay.
54+
where *group_name* is the name of the availability group, *instance_name* is the name of the server instance that hosts the availability replica to be modified, and *seconds* specifies how many seconds the availability replica waits for a ping response from a connected replica before considering the connection to have failed. By default, a replica waits 10 seconds for a ping response.
5555

5656
The following example, entered on the primary replica of the `AccountsAG` availability group, changes the session-timeout value to `15` seconds for the replica located on the `INSTANCE09` server instance.
5757

0 commit comments

Comments
 (0)