diff options
author | Martin Pitt <martin.pitt@canonical.com> | 2010-11-25 08:50:22 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@canonical.com> | 2010-11-25 08:50:22 +0100 |
commit | 0a990e861ba7295ab0a6d369ea12ff244620b939 (patch) | |
tree | 5041d2ff431759b6eabc95071e2e1d93a10f439a /doc | |
parent | 5febacf17c90c3b9dd0239f62494f888e42532a7 (diff) |
Revert r1819 and r1820 to disable compressed indexes by default again.
Testing has brought up a few places where this seriously degrades
performance, mostly in applications which iterate through all available
package records, like update-apt-xapian-index or synaptic. See
https://bugs.launchpad.net/ubuntu/+bugs?field.tag=apt-compressed-indexes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt.conf.5.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 7d86c9789..f00baacea 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -455,7 +455,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; When downloading <literal>gzip</literal> compressed indexes (Packages, Sources, or Translations), keep them gzip compressed locally instead of unpacking them. This saves quite a lot of disk space at the expense of more CPU - requirements when building the local package caches. True by default. + requirements when building the local package caches. False by default. </para></listitem> </varlistentry> |