File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docset/winserver2022-ps/dnsserver Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3434Enable : False
3535AdditionalTimeout(s) : 4
@@ -38,7 +38,7 @@ Timeout(s) : 8
3838SecureResponse : 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
220220Specifies the number of seconds that a DNS server waits before it stops trying to contact a remote server.
221221The 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).
223223We recommend that you increase this value when recursion occurs over a slow link.
224224
225225` ` ` yaml
You can’t perform that action at this time.
0 commit comments