]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* apt-pkg/init.cc:
[apt.git] / doc / examples / configure-index
index 0f0abc30c9028365104b6576a4cc6a7ad00dd5ee..cb20d767b2ef7a0e30f35de7208dc741e9d67154 100644 (file)
@@ -160,6 +160,11 @@ Acquire
   {
    Options {"--ignore-time-conflict";} // not very usefull on a normal system
   };
+
+  mirror
+  {
+   RefreshInterval "360"; // refresh interval in minutes
+  };
 };
 
 // Directory layout
@@ -258,9 +263,9 @@ Debug
   Acquire::Ftp "false";    // Show ftp command traffic
   Acquire::Http "false";   // Show http command traffic
   Acquire::gpgv "false";   // Show the gpgv traffic
+  Acquire::Mirror "false"; // Show debugging of the mirror method
   aptcdrom "false";        // Show found package files
   IdentCdrom "false";
-  
 }
 
 /* Whatever you do, do not use this configuration file!! Take out ONLY