.BANCHO. Add check for MySQL connections pool saturation

This commit is contained in:
Nyo
2016-09-16 18:21:34 +02:00
parent 6020f7cc47
commit f912f6ea82
4 changed files with 51 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ try:
except:
VERSION = "¯\_(xd)_/¯"
application = None
db = None
conf = None
banchoConf = None
@@ -29,6 +30,7 @@ cloudflare = False
chatFilters = None
userIDCache = {}
pool = None
busyThreads = 0
debug = False
outputRequestTime = False