mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 07:54:48 -04:00
Enable cleaning up extremities with dummy events by default to prevent undue build up of forward extremities. (#5884)
This commit is contained in:
parent
77dc7093a7
commit
a4f3ca48b5
2 changed files with 2 additions and 3 deletions
|
@ -355,10 +355,8 @@ class ServerConfig(Config):
|
|||
|
||||
_check_resource_config(self.listeners)
|
||||
|
||||
# An experimental option to try and periodically clean up extremities
|
||||
# by sending dummy events.
|
||||
self.cleanup_extremities_with_dummy_events = config.get(
|
||||
"cleanup_extremities_with_dummy_events", False
|
||||
"cleanup_extremities_with_dummy_events", True
|
||||
)
|
||||
|
||||
def has_tls_listener(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue