Преглед изворни кода

doc/examples/configure-index: make "Dpkg::Max{Arg,ArgBytes} match reality

Git-Dch: ignore
Michael Vogt пре 11 година
родитељ
комит
ee877edd6a
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      doc/examples/configure-index

+ 2 - 2
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