$disconnect general question. If I have a query th...
# orm-help
r
$disconnect general question. If I have a query that is taking excessively long and I run $disconnect inside a setTimeout before that query returns will it release the connection or will it continue to wait until the query returns before disconnecting?
r
@Ryan Bethel 👋 Afaik, the query will not return as all the connections to the DB will be closed.
r
Thank you! That is what I needed to know. I appreciate it.