Some changes for the XBPS libfetch's frontend code.

1) Raise the cache connection settings to more sane defaults (8->6, 16->2).
2) Introduce xbps_fetch_unset_cache_connection() to drop the caches.
This commit is contained in:
Juan RP
2010-11-03 12:23:57 +01:00
parent 9c60862e0f
commit 8ef8d86c12
3 changed files with 16 additions and 3 deletions

View File

@@ -120,6 +120,7 @@ static void
cleanup(int signum)
{
xbps_regpkgs_dictionary_release();
xbps_fetch_unset_cache_connection();
exit(signum);
}