Answers for "mongoose connection increase timeout in node js"

0

mongoose connection increase timeout in node js

mongoose.connect(uri, {
  useUnifiedTopology: true,
  serverSelectionTimeoutMS: 1*1000, // 1s timeout
})
Posted by: Guest on September-04-2021

Code answers related to "mongoose connection increase timeout in node js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language