Skip to content

Commit 5137c63

Browse files
authored
Merge pull request #10845 from arindamthokder/patch-4
Update Set-TransportService.md
2 parents f331e79 + 8842185 commit 5137c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Set-TransportService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ Accept wildcard characters: False
11031103
```
11041104

11051105
### -MaxPerDomainOutboundConnections
1106-
The MaxPerDomainOutboundConnections parameter specifies the maximum number of concurrent connections to any single domain. The default value is 20. The valid input range for this parameter is from 1 through 2147483647. If you enter a value of unlimited, no limit is imposed on the number of outbound connections per domain. The value of the MaxPerDomainOutboundConnections parameter must be less than or equal to the value of the MaxOutboundConnections parameter.
1106+
The MaxPerDomainOutboundConnections parameter specifies the maximum number of concurrent connections to any single domain. The default value is 40. The valid input range for this parameter is from 1 through 2147483647. If you enter a value of unlimited, no limit is imposed on the number of outbound connections per domain. The value of the MaxPerDomainOutboundConnections parameter must be less than or equal to the value of the MaxOutboundConnections parameter.
11071107

11081108
```yaml
11091109
Type: Unlimited
@@ -1139,7 +1139,7 @@ Accept wildcard characters: False
11391139
```
11401140

11411141
### -MessageRetryInterval
1142-
The MessageRetryInterval parameter specifies the retry interval for individual messages after a connection failure with a remote server. The default value is 15 minutes.
1142+
The MessageRetryInterval parameter specifies the retry interval for individual messages after a connection failure with a remote server. The default value is 5 minutes.
11431143

11441144
To specify a value, enter it as a time span: dd.hh:mm:ss where dd = days, hh = hours, mm = minutes, and ss = seconds.
11451145

0 commit comments

Comments
 (0)