MongoError: connection 0 to localhost:27017 timed out

前端 未结 4 1659
灰色年华
灰色年华 2020-12-19 01:08
events.js:141
      throw er; // Unhandled \'error\' event
MongoError: connection 0 to localhost:27017 timed out
at Function.MongoError.create (/home/ubuntu/scripts/         


        
4条回答
  •  一向
    一向 (楼主)
    2020-12-19 02:08

    you have to use this configs on your connection: keepAlive: 300000, connectTimeoutMS: 30000

提交回复
热议问题