public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r11359 - main/trunk/pym/_emerge
@ 2008-08-09  6:12 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2008-08-09  6:12 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2008-08-09 06:12:16 +0000 (Sat, 09 Aug 2008)
New Revision: 11359

Modified:
   main/trunk/pym/_emerge/__init__.py
Log:
Increase Scheduler._job_delay_factor from 0.5 to 0.75 so that the delay
ramps up a little quicker, since the current value appears to be too
weak in some cases.


Modified: main/trunk/pym/_emerge/__init__.py
===================================================================
--- main/trunk/pym/_emerge/__init__.py	2008-08-08 22:24:43 UTC (rev 11358)
+++ main/trunk/pym/_emerge/__init__.py	2008-08-09 06:12:16 UTC (rev 11359)
@@ -8880,7 +8880,7 @@
 		# jobs are added, so we need to limit the rate of adding
 		# new jobs.
 		self._job_delay_max = 5
-		self._job_delay_factor = 0.5
+		self._job_delay_factor = 0.75
 		self._previous_job_start_time = None
 
 		self._set_digraph(digraph)




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-09  6:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-09  6:12 [gentoo-commits] portage r11359 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox