From 676ae34bbe48c6b46331bd9ea589af843d795b68 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 1 Jul 2022 11:06:20 +0300 Subject: [PATCH] Remove default soft timeout on sending --- example-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/example-config.yaml b/example-config.yaml index 271859a..a532175 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -285,10 +285,11 @@ bridge: message_handling_timeout: # Send an error message after this timeout, but keep waiting for the response until the deadline. # This is counted from the origin_server_ts, so the warning time is consistent regardless of the source of delay. - error_after: 10s + # If the message is older than this when it reaches the bridge, the message won't be handled at all. + error_after: null # Drop messages after this timeout. They may still go through if the message got sent to the servers. # This is counted from the time the bridge starts handling the message. - deadline: 60s + deadline: 120s # The prefix for commands. Only required in non-management rooms. command_prefix: "!wa"