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