Skip to content

Commit 0b5dcdb

Browse files
author
$(Payel Chakraborty)
committed
corrected description of SendTimeout setting
1 parent cbe374f commit 0b5dcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-cluster-fabric-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ The following is a list of Fabric settings that you can customize, organized by
789789
|FrameHeaderErrorCheckingEnabled|bool, default is TRUE|Static|Default setting for error checking on frame header in non-secure mode; component setting overrides this. |
790790
|MessageErrorCheckingEnabled|bool,default is FALSE|Static|Default setting for error checking on message header and body in non-secure mode; component setting overrides this. |
791791
|ResolveOption|string, default is "unspecified"|Static|Determines how FQDN is resolved. Valid values are "unspecified/ipv4/ipv6". |
792-
|SendTimeout|TimeSpan, default is Common::TimeSpan::FromSeconds(300)|Dynamic|Specify timespan in seconds. Send timeout for detecting stuck connection. TCP failure reports are not reliable in some environment. This may need to be adjusted according to available network bandwidth and size of outbound data (\*MaxMessageSize\*\/\*SendQueueSizeLimit). |
792+
|SendTimeout|TimeSpan, default is Common::TimeSpan::FromSeconds(300)|Dynamic|Specify timespan in seconds. Send timeout for detecting stuck connection. TCP failure reports are not reliable in some environment. This may need to be adjusted according to available network bandwidth and size of outbound data (\*MaxMessageSize\/\*SendQueueSizeLimit). |
793793

794794
## UpgradeOrchestrationService
795795
| **Parameter** | **Allowed Values** | **Upgrade Policy** | **Guidance or Short Description** |

0 commit comments

Comments
 (0)