[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Limit show-new to one process for now



Signed-off-by: Mark Hymers <mhy@debian.org>
---
 dak/show_new.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dak/show_new.py b/dak/show_new.py
index 84b4507..e6d15b6 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:
-- 
1.7.2.5


Reply to: