From be569c0953fcd777ae00ae41feb9c673e4df2f23 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sun, 11 Sep 2011 10:27:06 +0000 Subject: use thread local storage to keep one curl client per thread (by default 3) in the thread pool --- src/dispatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dispatch.h') diff --git a/src/dispatch.h b/src/dispatch.h index 6734f33..0e7225f 100644 --- a/src/dispatch.h +++ b/src/dispatch.h @@ -25,7 +25,7 @@ #define FAIL_JSON_DECODE -2 #define FAIL_RESPONSE_UNSUCCESSFUL -3 -#define DISPATCH_POOL_SIZE 4 +#define DISPATCH_POOL_SIZE 3 struct DispatchAsyncData { gpointer *data; -- cgit v1.2.3