-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.7
-
Fix Version/s: 2.5.0
-
Component/s: readwritesplit
-
Labels:None
Since the type is a duration, it cannot have negative values. This meant that it uses 0 as the "not configured" value which prevents it from being used. Replacing it with INT_MAX should allow it without limiting any practical use-cases.