From ab734cd27a19811ced4d48513164b7b4ecc06274 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Oct 2014 11:23:00 +0200 Subject: Revert "bump split-length from 8 to 50" This reverts commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8. Sadly, this currently breaks stage2 which is more urgent... --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') 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', -- cgit v1.2.1