You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/RiakClient/Config/IRiakClusterConfiguration.cs
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,6 @@ public interface IRiakClusterConfiguration
41
41
/// </summary>
42
42
TimeoutDefaultRetryWaitTime{get;set;}
43
43
44
-
/// <summary>
45
-
/// If True and only one node is configured, the node (pointing to the load balancer) will not be marked offline and requests will always be routed to that node.
46
-
/// If False (default) offline nodes will be removed from the pool until health check determines they are healthy again.
47
-
/// </summary>
48
-
boolExternalLoadBalancer{get;set;}
49
-
50
44
/// <summary>
51
45
/// The max number of retry attempts to make when the client encounters
52
46
/// <see cref="ResultCode"/>.NoConnections or <see cref="ResultCode"/>.CommunicationError errors.
0 commit comments