1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Simple fix

This commit is contained in:
Adolfo Gómez García 2017-02-17 14:11:58 +01:00
parent c9ab76c19c
commit 1ad57ee70c

View File

@ -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)