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
It seems like these should be initialised from CancellationTimeout (in the connection string) instead. If the user needs to raise that for their database, they probably need these timeouts to be longer, too.
The text was updated successfully, but these errors were encountered:
There are two hard-coded three-second timeouts when cancelling a query:
MySqlConnector/src/MySqlConnector/MySqlConnection.cs
Line 709 in 33023cf
MySqlConnector/src/MySqlConnector/Core/ServerSession.cs
Line 128 in 33023cf
It seems like these should be initialised from
CancellationTimeout
(in the connection string) instead. If the user needs to raise that for their database, they probably need these timeouts to be longer, too.The text was updated successfully, but these errors were encountered: