From 357b023f8045ad39afb4d1b4c7ca08126b1248fb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 3 Jun 2023 17:58:04 +0200 Subject: ASAP::O: Reduce producer timeout --- src/im-asapo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) ) { -- cgit v1.2.3