aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-06-03 17:58:04 +0200
committerThomas White <taw@physics.org>2023-06-03 17:58:04 +0200
commit357b023f8045ad39afb4d1b4c7ca08126b1248fb (patch)
treec4b362a43ededae8d87dd50517ade22bbd36a10e /src
parentba872e9e528c5a77b1ab1cb5417866648b11179b (diff)
ASAP::O: Reduce producer timeout
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 4c0533f4..16bd328f 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -103,7 +103,7 @@ static int create_producer(struct im_asapo *a, struct im_asapo_params *params)
1, /* Number of sender threads */
kTcp,
cred,
- 60000, /* Timeout */
+ 30000, /* Timeout */
&err);
if ( asapo_is_error(err) ) {