From 0da977a67ea3e74e556b847e0085737bbb1f28fe Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 22 Sep 2008 11:02:21 +0100 Subject: [PATCH] Revert "change the default of RefreshCacheScanDesktopFiles and RefreshCacheUpdatePackageList to true. Distros that have slow methods may want to disable these" This reverts commit 5977bf83532790c4e6e7a4e69b85011cdbe4cf5b. --- etc/PackageKit.conf.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in index fae5ad438..8e58e9ae0 100644 --- a/etc/PackageKit.conf.in +++ b/etc/PackageKit.conf.in @@ -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