From d0977d11122fa978fb413b5313d35eba69a63ee4 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 12 May 2009 15:18:47 +0100 Subject: [PATCH] Decrease the poll timeout to 2 seconds --- src/dkp-supply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dkp-supply.c b/src/dkp-supply.c index 35ac155..7a5e8e5 100644 --- a/src/dkp-supply.c +++ b/src/dkp-supply.c @@ -38,7 +38,7 @@ #include "dkp-enum.h" #include "dkp-supply.h" -#define DKP_SUPPLY_REFRESH_TIMEOUT 10L +#define DKP_SUPPLY_REFRESH_TIMEOUT 2L struct DkpSupplyPrivate {