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
This option automatically reconnects (only mysql for now) when connection drops. I'm not sure this is what you're looking for. Perhaps you're better with the pool option, which only connects (if needed) when a query is required:
Keeping connection open cause problems with services (like cleardb) that kill the connection after a few times.
The text was updated successfully, but these errors were encountered: