change the default of RefreshCacheScanDesktopFiles and RefreshCacheUpdatePackageList to true. Distros that have slow methods may want to disable these

This commit is contained in:
Richard Hughes 2008-09-19 12:55:06 +01:00
parent 2441def28e
commit 5977bf8353

View File

@ -50,13 +50,13 @@ DefaultBackend=@defaultbackend@
#
# NOTE: Don't enable this for backends that are slow doing SearchFile()
#
# default=false
RefreshCacheScanDesktopFiles=false
# default=true
RefreshCacheScanDesktopFiles=true
# Update the package list when we RefreshCache
#
# NOTE: Don't enable this for backends that are slow doing GetPackages()
#
# default=false
RefreshCacheUpdatePackageList=false
# default=true
RefreshCacheUpdatePackageList=true