Skip to content
Snippets Groups Projects
Commit a4f3ca48 authored by Neil Johnson's avatar Neil Johnson Committed by Richard van der Hoff
Browse files

Enable cleaning up extremities with dummy events by default to prevent undue...

Enable cleaning up extremities with dummy events by default to prevent undue build up of forward extremities. (#5884)
parent 77dc7093
No related branches found
No related tags found
No related merge requests found
Enable cleaning up extremities with dummy events by default to prevent undue build up of forward extremities.
...@@ -355,10 +355,8 @@ class ServerConfig(Config): ...@@ -355,10 +355,8 @@ class ServerConfig(Config):
_check_resource_config(self.listeners) _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( 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): def has_tls_listener(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment