drop default appservice_timeout to 35 seconds
AS's are generally hosted on the same machine or within the same network Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -942,7 +942,7 @@ fn default_sender_idle_timeout() -> u64 { 180 }
|
||||
|
||||
fn default_sender_retry_backoff_limit() -> u64 { 86400 }
|
||||
|
||||
fn default_appservice_timeout() -> u64 { 120 }
|
||||
fn default_appservice_timeout() -> u64 { 35 }
|
||||
|
||||
fn default_appservice_idle_timeout() -> u64 { 300 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user