doc/examples/configure-index: make "Dpkg::Max{Arg,ArgBytes} match reality
authorMichael Vogt <mvo@debian.org>
Wed, 22 Oct 2014 21:54:08 +0000 (17:54 -0400)
committerMichael Vogt <mvo@debian.org>
Wed, 22 Oct 2014 21:54:08 +0000 (17:54 -0400)
Git-Dch: ignore

doc/examples/configure-index

index 2d9f829..56e7e1a 100644 (file)
@@ -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