mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 08:20:58 -05:00
Increase timeout incase of host reboot.
This commit is contained in:
parent
c49173048c
commit
ee3fa15a39
@ -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