createrepo/__init__.py

[email protected]
Newsgroups gmane.linux.rpm.metadata
Message-ID <[email protected]>
 createrepo/__init__.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfc09aa3e7c27a6a071ba2b0f14b271dadeaf60f
Author: Seth Vidal <[email protected]>
Date:   Wed Jun 17 13:27:20 2009 -0400

    remove extra 0 from max_delta_rpm_size

diff --git a/createrepo/__init__.py b/createrepo/__init__.py
index 2a8762c..233fa1c 100644
--- a/createrepo/__init__.py
+++ b/createrepo/__init__.py
@@ -74,7 +74,7 @@ class MetaDataConfig(object):
         self.oldpackage_paths = [] # where to look for the old packages - 
         self.deltafile = 'prestodelta.xml.gz'
         self.num_deltas = 1 # number of older versions to delta (max)
-        self.max_delta_rpm_size = 1000000000
+        self.max_delta_rpm_size = 100000000
         self.update_md_path = None 
         self.skip_stat = False
         self.database = False
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.