fix timer

This commit is contained in:
SowinskiBraeden committed 2023-03-28 21:50:53 -07:00
1 parent d7d3094666
commit 38217ca6c8
1 file changed
+2 -2
+2 -2
View File
@@ -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) {