summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-09-21 23:32:56 -0500
committerEric Eastwood <erice@element.io>2022-09-21 23:32:56 -0500
commitb23b3e4b296908224f998bf234453690d73d8ba2 (patch)
tree79ca5e4c5b3e9b7ea7776625a29f3be5a889df0c /docker
parentFix `have_seen_event` cache not being invalidated (diff)
downloadsynapse-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.j22
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