summaryrefslogtreecommitdiff
path: root/src/dispatch.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-11 10:27:06 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-11 10:27:06 +0000
commitbe569c0953fcd777ae00ae41feb9c673e4df2f23 (patch)
treede0c822ae4ca82e5a717a04a11271f6d544c6507 /src/dispatch.h
parent547bcd3c5ec89e30f20723b46c8eab1a71e0cf44 (diff)
use thread local storage to keep one curl client per thread (by default 3) in the thread pool
Diffstat (limited to 'src/dispatch.h')
-rw-r--r--src/dispatch.h2
1 files changed, 1 insertions, 1 deletions
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;