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

This reverts commit 5977bf8353.
This commit is contained in:
Richard Hughes 2008-09-22 11:02:21 +01:00
parent cc052ce68e
commit 0da977a67e

View File

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