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
Question is how long we wait for a query response, given the TCP connection is established and alive.
i.e. application level timeout without receiving an ACK for the executed query
kill -STOP the server
Hangs indefinitely. n.b. if socket is open, but mongo not responding e.g. then 20 second timeout is observed.
essentially set a read timeout instead of a connect timeout
The text was updated successfully, but these errors were encountered: