mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 04:10:59 -05:00
Increase timeout incase of host reboot.
This commit is contained in:
parent
2624885eab
commit
df0f30963f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user