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
when perform some long time query, it will show after 60 seconds Error: socket hang up at connResetException (internal/errors.js:612:14) at Socket.socketOnEnd (_http_client.js:493:23) at Socket.emit (events.js:326:22) at Socket.EventEmitter.emit (domain.js:486:12) at endReadableNT (_stream_readable.js:1252:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) { code: 'ECONNRESET' }
even i set session timeout to 120 s and isSessionPerQuery:true
The text was updated successfully, but these errors were encountered:
when perform some long time query, it will show after 60 seconds
Error: socket hang up at connResetException (internal/errors.js:612:14) at Socket.socketOnEnd (_http_client.js:493:23) at Socket.emit (events.js:326:22) at Socket.EventEmitter.emit (domain.js:486:12) at endReadableNT (_stream_readable.js:1252:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) { code: 'ECONNRESET' }
even i set session timeout to 120 s and isSessionPerQuery:true
The text was updated successfully, but these errors were encountered: