1
0

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

This commit is contained in:
Eric Eastwood
2022-09-21 23:32:56 -05:00
parent d07947d0d3
commit b23b3e4b29
3 changed files with 36 additions and 3 deletions

View File

@@ -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