Skip to content

Commit 13b024c

Browse files
authored
Fixed incorrect async time
async rpo said 5 minutes when it needed to be 30 seconds
1 parent 41b7071 commit 13b024c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/windows/storagereplica/set-srpartnership.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Accept wildcard characters: False
203203
### -AsyncRPO
204204
Specifies the maximum difference in time that data for an asynchronous partnership can be different between source and destination.
205205
This is a Recovery Point Objective.
206-
The default value is 5 minutes.
206+
The default value is 30 seconds.
207207
208208
After this time is exceeded, the source server alerts the Health Service on clusters.
209209
It logs event 1239 in the Storage Replica Admin event log channel.
@@ -390,7 +390,7 @@ The synchronous mode requires all writes to commit on the destination server and
390390
The asynchronous mode writes to the source server without waiting for the server, which allows for replication over high latency, geographic networks.
391391
392392
The default value is synchronous.
393-
The default asynchronous recovery point alert time is 5 minutes.
393+
The default asynchronous recovery point alert time is 30 seconds.
394394
You can modify it by using this cmdlet.
395395
The alert time has no effect on replication behavior, only on reporting.
396396

0 commit comments

Comments
 (0)