aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/im-asapo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index 9162946b..7cc155bc 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -100,7 +100,7 @@ static int create_producer(struct im_asapo *a, struct im_asapo_params *params)
free(source);
a->producer = asapo_create_producer(params->endpoint,
- 1, /* Number of sender threads */
+ 8, /* Number of sender threads */
kTcp,
cred,
30000, /* Timeout */