We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f54fed commit 5a18994Copy full SHA for 5a18994
1 file changed
src/GaussDB/GaussDBConnectionStringBuilder.cs
@@ -1174,7 +1174,7 @@ public bool AutoReconnect
1174
[Category("Failover and load balancing")]
1175
[Description("Controls how many reconnect attempts are allowed when open-time auto reconnect is enabled.")]
1176
[DisplayName("Max Reconnects")]
1177
- [DefaultValue(3)]
+ [DefaultValue(1)]
1178
[GaussDBConnectionStringProperty]
1179
public int MaxReconnects
1180
{
0 commit comments