Information
This parameter controls the number of idle minutes before the connection to the Receive connector is dropped, even if data is being actively transmitted.
Note: The ConnectionTimeout parameter must be higher than the ConnectionInactivityTimeout parameter.
Rationale:
Connections may suffer from delays in message transfer once established. In order to allow new connections to be established, the timeout period should be reduced so that connections are not maintained for unnecessary periods of time.
Impact:
Valid connections could be dropped.
Solution
To implement the recommended state, execute the following PowerShell cmdlet:
Set-ReceiveConnector -Identity <IdentityName> -ConnectionTimeout 00:05:00
Repeat the procedures for each Receive connector.
Default Value:
00:10:00 (10 minutes)