diff --git a/conf/client.conf b/conf/client.conf index ae532a089..934eaaa18 100644 --- a/conf/client.conf +++ b/conf/client.conf @@ -80,7 +80,7 @@ package-hashes = sha1 gpg # Valid parameters: # Default parameter if unset: # NOTE: values <0 or >365 are not tolerated. -# packages-autoprune-days = 60 +packages-autoprune-days = 60 # Enable/disable simultaneous download of packages by Entropy Client # Valid parameters: disable, enable, true, false, disabled, enabled @@ -88,14 +88,14 @@ package-hashes = sha1 gpg # are allocated. To change this, just set multifetch to a value between # 1 and 10. # Default parameter if unset: disable -# multifetch = disable +multifetch = 3 # Enable Entropy package delta download (when delta packages are available). # Running on limited bandwidth? Do you have monthly bandwidth limits? # Enable this feature and further package updates will be downloaded through # their .edelta files, saving a lot of bandwidth. # Default parameter if unset: disable -# packages-delta = disable +packages-delta = enable # Ignore SPM (Portage) pseudo-downgrades # USE AT YOUR OWN RISK, IF YOU DON'T KNOW WHAT'S THIS OPTION