diff options
author | Eric Eastwood <erice@element.io> | 2022-09-21 23:32:56 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-09-21 23:32:56 -0500 |
commit | b23b3e4b296908224f998bf234453690d73d8ba2 (patch) | |
tree | 79ca5e4c5b3e9b7ea7776625a29f3be5a889df0c /docker | |
parent | Fix `have_seen_event` cache not being invalidated (diff) | |
download | synapse-b23b3e4b296908224f998bf234453690d73d8ba2.tar.xz |
Calculate the stream_ordering from newest -> oldest (in the correct order) and persist in the oldest -> newest to get the least missing prev_event fetch thrashing
Diffstat (limited to 'docker')
-rw-r--r-- | docker/complement/conf/workers-shared-extra.yaml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2 index 9e554a865e..5a53782da9 100644 --- a/docker/complement/conf/workers-shared-extra.yaml.j2 +++ b/docker/complement/conf/workers-shared-extra.yaml.j2 @@ -31,7 +31,7 @@ federation_ip_range_blacklist: [] # Disable server rate-limiting rc_federation: window_size: 1000 - sleep_limit: 10 + sleep_limit: 99999 sleep_delay: 500 reject_limit: 99999 concurrent: 3 |