diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:05 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:55:05 +0000 |
commit | 83ab33fcc08192f31fc02e680b84aa8489f76c50 (patch) | |
tree | f4a232a1ae4ebe6cdb64b89f3a41664680515a66 /doc/examples | |
parent | 67db871e3a0a0c207d4675ca046f2d2b796cfb6d (diff) |
Doc fix
Author: jgg
Date: 1999-10-31 06:32:27 GMT
Doc fix
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 c6e506cb8..6bd04c5e5 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.41 1999/10/29 04:49:37 jgg Exp $ +// $Id: apt.conf,v 1.42 1999/10/31 06:32:28 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 @@ -78,6 +78,7 @@ Acquire Proxy "http://127.0.0.1:3128"; Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting Timeout "120"; + Pipeline-Depth "5"; // Cache Control. Note these do not work with Squid 2.0.2 No-Cache "false"; |