Skip to content

Commit 5a18994

Browse files
author
xhr
committed
change reconnect param to 1
1 parent 5f54fed commit 5a18994

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/GaussDB/GaussDBConnectionStringBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ public bool AutoReconnect
11741174
[Category("Failover and load balancing")]
11751175
[Description("Controls how many reconnect attempts are allowed when open-time auto reconnect is enabled.")]
11761176
[DisplayName("Max Reconnects")]
1177-
[DefaultValue(3)]
1177+
[DefaultValue(1)]
11781178
[GaussDBConnectionStringProperty]
11791179
public int MaxReconnects
11801180
{

0 commit comments

Comments
 (0)