mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-10 01:17:59 +03:00
Coherence
This commit is contained in:
parent
1ad57ee70c
commit
8ee34cd42b
@ -118,7 +118,7 @@ class TaskManager(object):
|
||||
thread = DelayedTaskThread()
|
||||
thread.start()
|
||||
threads.append(thread)
|
||||
time.sleep(.5)
|
||||
time.sleep(0.5)
|
||||
|
||||
signal.signal(signal.SIGTERM, TaskManager.sigTerm)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user