Skip to content

Commit 4b153ae

Browse files
authored
Merge pull request MicrosoftDocs#3153 from RutujaShirali/patch-1
Updated default Timeout value and error in example
2 parents 2b1b489 + 1256689 commit 4b153ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docset/winserver2022-ps/dnsserver/Set-DnsServerRecursion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Recursion occurs when a DNS server queries other DNS servers on behalf of a requ
2929

3030
### Example 1: Set the retry interval
3131
```
32-
PS C:\> Set-DnsServerRecursion -RetryInterval 3 -PassThru
32+
PS C:\> Set-DnsServerRecursion -RetryInterval 15 -PassThru
3333
3434
Enable : False
3535
AdditionalTimeout(s) : 4
@@ -38,7 +38,7 @@ Timeout(s) : 8
3838
SecureResponse : True
3939
```
4040

41-
This command sets the retry interval to 3 seconds.
41+
This command sets the retry interval to 15 seconds.
4242

4343
## PARAMETERS
4444

0 commit comments

Comments
 (0)