upping thread count to 3

This commit is contained in:
thelamer 2018-09-10 17:28:21 -07:00
parent ab862037ec
commit 19421c3586

View File

@ -325,7 +325,7 @@ def report_upload():
check_env()
create_dir()
# Run through all the tags
pool=Pool()
pool=Pool(processes=3)
r = pool.map_async(container_test, tags, callback=update_globals)
r.wait()
report_render()