[gnome-packagekit/gnome-2-28] Only wait 3 seconds (not 60) when we get the updates changed signal



commit eaba874d1226fbc67b43aa5a6fd1dcee162f119a
Author: Richard Hughes <richard hughsie com>
Date:   Fri Nov 6 12:40:13 2009 +0000

    Only wait 3 seconds (not 60) when we get the updates changed signal

 src/gpk-check-update.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-check-update.c b/src/gpk-check-update.c
index 041c4a2..fc95bf4 100644
--- a/src/gpk-check-update.c
+++ b/src/gpk-check-update.c
@@ -60,7 +60,7 @@ static void     gpk_check_update_finalize	(GObject	     *object);
 #define GPK_CHECK_UPDATE_MAX_NUMBER_SECURITY_ENTRIES	7
 
 /* the amount of time after ::UpdatesChanged we refresh the update list */
-#define GPK_CHECK_UPDATE_UPDATES_CHANGED_TIMEOUT	60 /* seconds */
+#define GPK_CHECK_UPDATE_UPDATES_CHANGED_TIMEOUT	3 /* seconds */
 
 struct GpkCheckUpdatePrivate
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]