diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-22 22:11:06 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-11-22 22:11:06 +0000 |
commit | 7c6e2dc761f736bf203f7770f7a1c4a63f7063d4 (patch) | |
tree | 9dc397a4779e2eae6b99e409961973878c870b4a /doc/examples/configure-index | |
parent | 46e00f9d71300f3a80a4a311e369e64a48ce396f (diff) |
* merged http download limit for apt (#146877)
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index a93b74349..9e851d753 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -117,6 +117,7 @@ Acquire No-Cache "false"; Max-Age "86400"; // 1 Day age on index files No-Store "false"; // Prevent the cache from storing archives + Dl-Limit "7"; // 7Kb/sec maximum download rate }; ftp |