3.1.7 bug fixes
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -86,7 +86,7 @@ class LinesPoliceCadBot extends Client {
|
||||
}
|
||||
}
|
||||
|
||||
if (databaselogslogs.attempts >= 5) {
|
||||
if (databaselogs.attempts >= 5) {
|
||||
this.error('Failed to connect to mongodb after multiple attempts');
|
||||
return; // prevent further attempts
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user