]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
[ Martin Pitt ]
[apt.git] / doc / examples / configure-index
index 487c09acb85217cb58fcc9a46a9fd53cf41398c7..26fb53fecdeaf21f6f69d38a9b7488fb3801f6a0 100644 (file)
@@ -95,7 +95,9 @@ APT
   Clean-Installed "true";
   Immediate-Configure "true";      // DO NOT turn this off, see the man page
   Force-LoopBreak "false";         // DO NOT turn this on, see the man page
-  Cache-Limit "4194304";
+  Cache-Start "20971520";
+  Cache-Grow "1048576";
+  Cache-Limit "0";
   Default-Release "";
 
   // consider Recommends, Suggests as important dependencies that should
@@ -176,6 +178,10 @@ Acquire
   PDiffs::SizeLimit "50"; // don't use diffs if size of all patches excess
                          // 50% of the size of the original file
 
+  Check-Valid-Until "true";
+  Max-ValidTime "864000"; // 10 days
+  Max-ValidTime::Debian-Security "604800"; // 7 days, label specific configuration
+
   // HTTP method configuration
   http 
   {