You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?.sendMessage("<@191231307290771456> Database thread queue is currently at ${databaseThread.queue.size} tasks! (active threads: ${databaseThread.activeCount})")
56
+
?.queue()
57
+
}
58
+
}, 1L, 1L, TimeUnit.DAYS
59
+
)
37
60
}
38
61
39
62
// ////////////////
@@ -208,7 +231,7 @@ abstract class AbstractDatabase(threads: Int = 2) {
0 commit comments