瀏覽代碼

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";
    FlushSTDIN "true";
 
 
    // Control the size of the command line passed to dpkg.
    // 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 
    // controls if apt will apport on the first dpkg error or if it 
    // tries to install as many packages as possible
    // tries to install as many packages as possible