1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 08:20:59 -04:00

Increase timeout incase of host reboot.

This commit is contained in:
toast-ts 2023-03-03 22:10:36 +11:00
parent 2624885eab
commit df0f30963f

View File

@ -94,7 +94,7 @@ export default class TClient extends Client {
mongoose.set('strictQuery', true);
await mongoose.connect(this.tokens.mongodb_uri, {
autoIndex: true,
serverSelectionTimeoutMS: 5000,
serverSelectionTimeoutMS: 12000,
socketTimeoutMS: 30000,
family: 4,
keepAlive: true,