diff options
author | Dan McGee <dan@archlinux.org> | 2010-08-23 17:42:22 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-08-23 17:42:22 -0500 |
commit | ce3f4e7800f215e8a2b6e22bbd5f5ec9e0de90c2 (patch) | |
tree | f2fa40f36f97e1f55ab2ceb84e258de5bb47b4b2 /config.sub | |
parent | 815557118318779f784e82a39497f46dde32845d (diff) | |
download | pacman-ce3f4e7800f215e8a2b6e22bbd5f5ec9e0de90c2.tar.xz |
Enable libfetch connection caching
This will allow downloads to reuse connections if possible, which could make
big differences on perceived FTP speed as the connection won't have to be
reestablished each time. For the most part, HTTP requests wouldn't be using
keep alive anyway so this won't have an effect there.
I'm not enthused about having to do this with the library initialization,
but there isn't a much better place due to the fact that the loop over
databases occurs on the frontend and not the backend.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'config.sub')
0 files changed, 0 insertions, 0 deletions