Details
-
Task
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Sprint connector/j 2.1.0
Description
When Aurora is set, option validConnectionTimeout is actually default to 120 seconds.
Setting a value validConnectionTimeout mean having an additional thread that will check valid connections every "validConnectionTimeout " seconds.
Java is most of the time set with a pool that take care of it, meaning there is 2 validations.
Default as to be set to 0 (no validation, no thread)