aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-03 20:27:23 +0200
committerThomas White <taw@physics.org>2023-06-03 20:27:23 +0200
commit98fb6da2715390f11d0b99a872aa842cd6503d60 (patch)
tree607208648eafeec8aa382b685cd5864b366bb95d /src
parentc4271d8171f2f1f0a58ae47ba77dc96136450687 (diff)
ASAP::O: Increase number of sender threads
Diffstat (limited to 'src')
-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 */