fix timer
This commit is contained in:
1 file changed
+2
-2
@@ -576,8 +576,8 @@ class DayzArmbands extends Client {
|
|||||||
})
|
})
|
||||||
});
|
});
|
||||||
this.logsUpdateTimer(); // restart this function
|
this.logsUpdateTimer(); // restart this function
|
||||||
// }, minute * 5); // restart every 5 minutes
|
}, minute * 5); // restart every 5 minutes
|
||||||
}, minute / 4);
|
// }, minute / 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
async connectMongo(mongoURI, dbo) {
|
async connectMongo(mongoURI, dbo) {
|
||||||
|
|||||||
Reference in new issue
Block a user