[Collab-qa-commits] r1644 - udd/udd

Lucas Nussbaum lucas at alioth.debian.org
Mon Dec 21 17:59:40 UTC 2009


Author: lucas
Date: 2009-12-21 17:59:40 +0000 (Mon, 21 Dec 2009)
New Revision: 1644

Modified:
   udd/udd/ubuntu_bugs_gatherer.py
Log:
increase number of threads when fetching LP bugs

Modified: udd/udd/ubuntu_bugs_gatherer.py
===================================================================
--- udd/udd/ubuntu_bugs_gatherer.py	2009-12-21 17:42:04 UTC (rev 1643)
+++ udd/udd/ubuntu_bugs_gatherer.py	2009-12-21 17:59:40 UTC (rev 1644)
@@ -27,7 +27,7 @@
 
   def run(self):
     my_config = self.my_config
-    num_fetchers = 4
+    num_fetchers = 10
     num_writers = 1
     bugs = self.fetch_all_bugs()
     httpq = Queue()




More information about the Collab-qa-commits mailing list