Remove default soft timeout on sending

This commit is contained in:
Tulir Asokan 2022-07-01 11:06:20 +03:00
parent 61f3aa9704
commit 676ae34bbe
1 changed files with 3 additions and 2 deletions

View File

@ -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"