Skip to content

Commit ff11111

Browse files
Update Set-DnsServerRecursion.md
1 parent ec9af8d commit ff11111

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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

@@ -219,7 +219,7 @@ Accept wildcard characters: False
219219
### -Timeout
220220
Specifies the number of seconds that a DNS server waits before it stops trying to contact a remote server.
221221
The valid value is in the range of 0x1 to 0xFFFFFFFF (1 second to 15 seconds).
222-
The default setting is 0xF (15 seconds).
222+
The default setting is 0x8 (8 seconds).
223223
We recommend that you increase this value when recursion occurs over a slow link.
224224

225225
```yaml

0 commit comments

Comments
 (0)