From 1945d27506ce72e3a135c204c9e550be92c0c65b Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 2 Oct 2012 11:56:41 +0100 Subject: [PATCH 3/4] Change the priority state changed timeout to 2 seconds 30 seconds is too long to have incorrect data showing in the UI. --- etc/PackageKit.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/PackageKit.conf.in b/etc/PackageKit.conf.in index 18c5deb..3440be5 100644 --- a/etc/PackageKit.conf.in +++ b/etc/PackageKit.conf.in @@ -194,8 +194,8 @@ DeveloperMode=false # This should be used when a native tool has been used, and the update UIs # should be updated to reflect reality. # -# default=30 -StateChangedTimeoutPriority=30 +# default=2 +StateChangedTimeoutPriority=2 # The time in seconds to wait after the computer has been resumed or any non # package related system event -- 1.7.12.1