diff options
author | Erik Johnston <erikj@element.io> | 2024-09-12 22:36:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 16:36:16 -0500 |
commit | 1cb84aaab5231532105f5a12f01387c9cca27a6a (patch) | |
tree | 1304863b50154d6a5099a9991fed55509c271f0c /synapse/handlers/sliding_sync/extensions.py | |
parent | Sliding Sync: Move filters tests to rest layer (#17703) (diff) | |
download | synapse-1cb84aaab5231532105f5a12f01387c9cca27a6a.tar.xz |
Sliding Sync: Increase concurrency of sliding sync a bit (#17696)
For initial requests a typical page size is 20 rooms, so we may as well do the batching as 20. This should speed up bigger syncs a little bit.
Diffstat (limited to 'synapse/handlers/sliding_sync/extensions.py')
-rw-r--r-- | synapse/handlers/sliding_sync/extensions.py | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/synapse/handlers/sliding_sync/extensions.py b/synapse/handlers/sliding_sync/extensions.py |