From 67db871e3a0a0c207d4675ca046f2d2b796cfb6d Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:55:04 +0000 Subject: Increased cache allocation Author: jgg Date: 1999-10-29 04:49:37 GMT Increased cache allocation --- doc/examples/apt.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/examples') 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 -- cgit v1.2.3