[telepathy-gabble/master] increase vCard + pipeline timeouts to 3m, and pipeline length to 10

Dafydd Harries dafydd.harries at collabora.co.uk
Fri Aug 14 10:38:50 PDT 2009


---
 src/request-pipeline.c |    4 ++--
 src/vcard-manager.c    |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/request-pipeline.c b/src/request-pipeline.c
index 3461765..83f490c 100644
--- a/src/request-pipeline.c
+++ b/src/request-pipeline.c
@@ -29,8 +29,8 @@
 #include "debug.h"
 #include "util.h"
 
-#define DEFAULT_REQUEST_TIMEOUT 20000
-#define REQUEST_PIPELINE_SIZE 5
+#define DEFAULT_REQUEST_TIMEOUT 180000
+#define REQUEST_PIPELINE_SIZE 10
 
 /* Properties */
 enum
diff --git a/src/vcard-manager.c b/src/vcard-manager.c
index 6dd9fcf..7c3e276 100644
--- a/src/vcard-manager.c
+++ b/src/vcard-manager.c
@@ -37,7 +37,7 @@
 #include "request-pipeline.h"
 #include "util.h"
 
-#define DEFAULT_REQUEST_TIMEOUT 60000
+#define DEFAULT_REQUEST_TIMEOUT 180000
 #define VCARD_CACHE_ENTRY_TTL 60
 
 static const gchar *NO_ALIAS = "none";
-- 
1.5.6.5




More information about the telepathy-commits mailing list