Fix logging and shutdown
This commit is contained in:
parent
4eb843fd8c
commit
e95bc31def
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ class ConnectionServer(object):
|
||||||
|
|
||||||
if time.time() - s > 0.01:
|
if time.time() - s > 0.01:
|
||||||
self.log.debug("Connection cleanup in %.3fs" % (time.time() - s))
|
self.log.debug("Connection cleanup in %.3fs" % (time.time() - s))
|
||||||
self.log("Checkconnections ended")
|
self.log.debug("Checkconnections ended")
|
||||||
|
|
||||||
@util.Noparallel(blocking=False)
|
@util.Noparallel(blocking=False)
|
||||||
def checkMaxConnections(self):
|
def checkMaxConnections(self):
|
||||||
|
|
Loading…
Reference in a new issue