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

lucas at alioth.debian.org lucas at alioth.debian.org
Wed Oct 22 18:11:09 UTC 2008


Author: lucas
Date: 2008-10-22 18:11:08 +0000 (Wed, 22 Oct 2008)
New Revision: 1332

Modified:
   udd/udd/ubuntu_bugs_gatherer.py
Log:
reduce the number of concurrent fetchers to accomodate for this sloooow launchpad ;)

Modified: udd/udd/ubuntu_bugs_gatherer.py
===================================================================
--- udd/udd/ubuntu_bugs_gatherer.py	2008-10-22 18:10:13 UTC (rev 1331)
+++ udd/udd/ubuntu_bugs_gatherer.py	2008-10-22 18:11:08 UTC (rev 1332)
@@ -26,7 +26,7 @@
 
   def run(self):
     my_config = self.my_config
-    num_fetchers = 8
+    num_fetchers = 3
     num_writers = 1
     bugs = self.fetch_all_bugs()
     httpq = Queue()




More information about the Collab-qa-commits mailing list