From: Mark Hymers Date: Fri, 1 Apr 2011 12:08:47 +0000 (+0000) Subject: Limit show-new to one process for now X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=aa1755f2d53354c33de4b901f10d3ff6b5134424 Limit show-new to one process for now Signed-off-by: Mark Hymers --- diff --git a/dak/show_new.py b/dak/show_new.py index 84b45077..e6d15b65 100755 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -250,7 +250,7 @@ def main(): examine_package.use_html=1 - pool = Pool() + pool = Pool(processes=1) for changes_file in changes_files: changes_file = utils.validate_changes_file_arg(changes_file, 0) if not changes_file: