Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Connection are expected to be fast. Option `connectTimeout` default value of 10s is unnecessary big, and cause another issue when using pool : default pool value of `acquireTimeout` to 10s result when connection fails to create because of wrong configuration (authentication/ssl, ...), pool will just returns an ER_GET_CONNECTION_TIMEOUT error, not the current connection error, making hard to detect real issue.