[Yum-devel] [PATCH 1/9] add 'parallel' config option

Zdeněk Pavlas zpavlas at redhat.com
Mon Jun 27 16:01:07 UTC 2011


---
 yum/config.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/yum/config.py b/yum/config.py
index d09511f..608786c 100644
--- a/yum/config.py
+++ b/yum/config.py
@@ -686,6 +686,7 @@ class YumConf(StartupConf):
 
     bandwidth = BytesOption(0)
     throttle = ThrottleOption(0)
+    parallel = IntOption(0)
 
     http_caching = SelectionOption('all', ('none', 'packages', 'all'))
     metadata_expire = SecondsOption(60 * 60 * 6) # Time in seconds (6h).
-- 
1.7.4.4



More information about the Yum-devel mailing list