[entropy.server.mirrors] _run_package_files_qa_checks: use daemon threads

This commit is contained in:
Fabio Erculiani
2011-09-10 14:27:25 +02:00
parent 9250a66409
commit 6135d75ce6

View File

@@ -1622,6 +1622,7 @@ class Server(object):
qa_sts_map['sem'].acquire()
th = ParallelTask(_qa_check, upload_package)
th.daemon = True
threads.append(th)
th.start()