diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-11-03 08:59:19 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-11-03 08:59:19 +0100 |
commit | 26f6e9b4c32c937d5a138404a9c1b94809c3afd6 (patch) | |
tree | 5208d66e39a8c61ba9e9ade61dc1c03f0711d475 /doc/examples/configure-index | |
parent | 0c535a8aedc34705ed115754796856a2b5d92a08 (diff) | |
parent | 28460cb27846b2437010b08adf10bde18e370974 (diff) |
Merge branch 'debian/sid' into ubuntu/master
Conflicts:
debian/changelog
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 2d9f829ba..56e7e1a80 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -414,8 +414,8 @@ DPkg FlushSTDIN "true"; // Control the size of the command line passed to dpkg. - MaxBytes 1024; - MaxArgs 350; + MaxArgBytes 32768; + MaxArgs 8192; // controls if apt will apport on the first dpkg error or if it // tries to install as many packages as possible |