diff options
author | Thomas White <taw@physics.org> | 2023-06-03 17:58:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2023-06-03 17:58:04 +0200 |
commit | 357b023f8045ad39afb4d1b4c7ca08126b1248fb (patch) | |
tree | c4b362a43ededae8d87dd50517ade22bbd36a10e | |
parent | ba872e9e528c5a77b1ab1cb5417866648b11179b (diff) |
ASAP::O: Reduce producer timeout
-rw-r--r-- | src/im-asapo.c | 2 |
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) ) { |