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
Currently the app lock timeout is hardcoded to 30sec. This should be configurable by the user, since it may be the case that server resources or some similar situation outside our control makes it so queries taking a longer time is expected.
A possible idea is to just use the CommandTimeout for the connection as the app lock timeout to simplify the number of configurations that the user has to keep track of.
The text was updated successfully, but these errors were encountered:
Currently the app lock timeout is hardcoded to 30sec. This should be configurable by the user, since it may be the case that server resources or some similar situation outside our control makes it so queries taking a longer time is expected.
A possible idea is to just use the CommandTimeout for the connection as the app lock timeout to simplify the number of configurations that the user has to keep track of.
The text was updated successfully, but these errors were encountered: