summaryrefslogtreecommitdiff
path: root/doc/examples/apt.conf
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:55:04 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:55:04 +0000
commit67db871e3a0a0c207d4675ca046f2d2b796cfb6d (patch)
treec219976e1a865ba3bdd664ca3ff2034a236f32e1 /doc/examples/apt.conf
parentd150b09d5e8bef0f47d350f6147a98a15c795f6a (diff)
Increased cache allocation
Author: jgg Date: 1999-10-29 04:49:37 GMT Increased cache allocation
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r--doc/examples/apt.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index bd09694b5..c6e506cb8 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.40 1999/10/28 05:54:46 jgg Exp $
+// $Id: apt.conf,v 1.41 1999/10/29 04:49:37 jgg Exp $
/* This file is an index of all APT configuration directives. It should
NOT actually be used as a real config file, though it is a completely
valid file. Most of the options have sane default values, unless
@@ -62,6 +62,7 @@ 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";
};
// Options for the downloading routines