timig is everything
This commit is contained in:
+1
-1
@@ -1247,7 +1247,7 @@ if __name__ == '__main__':
|
||||
# Ident
|
||||
#This runs in a thread so as not to block the reactor
|
||||
ident_task = task.LoopingCall(threadIdent)
|
||||
identa = ident_task.start(30)
|
||||
identa = ident_task.start(900)
|
||||
identa.addErrback(loopingErrHandle)
|
||||
|
||||
#Mysql config checker
|
||||
|
||||
Reference in New Issue
Block a user