From 287518ab333db89b5cf3f1821c4043f8e9f57cc2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 22 Feb 2017 16:41:05 +0100 Subject: increase transaction size from 8 to 50 (mga#18426) this increases the installation size as some file triggers are now quite slow (eg: man-db) previously tried in commit b6834f91d61d50c4ccfea3b5977363829ef3a1f8 --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 662c3eb9..159ad417 100644 --- a/urpm.pm +++ b/urpm.pm @@ -51,7 +51,7 @@ sub xml_info_policies() { qw(never on-demand update-only always) } sub default_options { { 'split-level' => 1, - 'split-length' => 8, + 'split-length' => 50, 'verify-rpm' => 1, 'post-clean' => 1, 'xml-info' => 'on-demand', -- cgit v1.2.1