summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
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',