1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-10 01:17:59 +03:00

Coherence

This commit is contained in:
Adolfo Gómez García 2017-02-17 14:12:43 +01:00
parent 1ad57ee70c
commit 8ee34cd42b

View File

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