From a7e94201100d7f8c0c8ba9115e07b28b081f3bd0 Mon Sep 17 00:00:00 2001 From: Dante Date: Fri, 25 Nov 2022 10:50:13 +0000 Subject: [PATCH] Add config.yaml changes --- conf/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/config.yaml b/conf/config.yaml index 792868c..c294539 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -63,6 +63,11 @@ appservice: # You should disable bridge -> sync_with_custom_puppets when this is enabled. ephemeral_events: true + # Should incoming events be handled asynchronously? + # This may be necessary for large public instances with lots of messages going through. + # However, messages will not be guaranteed to be bridged in the same order they were sent in. + async_transactions: false + # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. as_token: "This value is generated when generating the registration" hs_token: "This value is generated when generating the registration"