summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 05473924..e79ac9b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- revert "bump split-length from 8 to 50"
+
Version 8.00 - 13 September 2014
- rpm-4.12 support:
diff --git a/urpm.pm b/urpm.pm
index 73ff345d..87a3c858 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -52,7 +52,7 @@ sub xml_info_policies() { qw(never on-demand update-only always) }
sub default_options {
{
'split-level' => 1,
- 'split-length' => 50,
+ 'split-length' => 8,
'verify-rpm' => 1,
'post-clean' => 1,
'xml-info' => 'on-demand',