mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Simple fix
This commit is contained in:
parent
c9ab76c19c
commit
1ad57ee70c
@ -118,7 +118,7 @@ class TaskManager(object):
|
||||
thread = DelayedTaskThread()
|
||||
thread.start()
|
||||
threads.append(thread)
|
||||
time.sleep(1)
|
||||
time.sleep(.5)
|
||||
|
||||
signal.signal(signal.SIGTERM, TaskManager.sigTerm)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user