diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:04 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:04 +0000 |
commit | 67db871e3a0a0c207d4675ca046f2d2b796cfb6d (patch) | |
tree | c219976e1a865ba3bdd664ca3ff2034a236f32e1 /doc/examples | |
parent | d150b09d5e8bef0f47d350f6147a98a15c795f6a (diff) |
Increased cache allocation
Author: jgg
Date: 1999-10-29 04:49:37 GMT
Increased cache allocation
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/apt.conf | 3 |
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 |