egg icon indicating copy to clipboard operation
egg copied to clipboard

debug模式断点调测controller,60s超时断开

Open bi-kai opened this issue 3 years ago • 0 comments

debug模式断点调测controller,60s超时断开:

ERROR 15048 [egg-mongoose] mongodb://xxx disconnected
ERROR 9320 nodejs.ClusterClientNoResponseError: client no response in 62812ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side.    at Timeout._onTimeout (D:\xxx\node_modules\cluster-client\lib\leader.js:77:23)
    at listOnTimeout (node:internal/timers:557:17)
    at processTimers (node:internal/timers:500:7)
name: "ClusterClientNoResponseError"
pid: 9320

能否延长时间,或者debug下不超时呢?

Context

  • Node Version: 16.13.2
  • Egg Version: 2.33.1
  • Plugin Name:
  • Plugin Version:
  • Platform: win10

bi-kai avatar Apr 09 '22 04:04 bi-kai