]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
doc/examples/configure-index: make "Dpkg::Max{Arg,ArgBytes} match reality
[apt.git] / doc / examples / configure-index
index 2d9f829ba89392aaa95c0dac98817d3a0f70515d..56e7e1a80c8bb1011f8b128edbd828e10d5d5c30 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