synapse/tests
Eric Eastwood 5389374ef8
Sliding Sync: Speed up incremental sync by avoiding extra work (#17665)
Speed up incremental sync by avoiding extra work. We first look at the
state delta changes and only fetch and calculate further derived things
if they have changed.
2024-09-09 10:36:22 +01:00
..
api
app
appservice Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
config
crypto
events Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
federation Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
handlers Speed up sliding sync by avoiding copies (#17670) 2024-09-06 11:12:29 +01:00
http Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
logging
media Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
metrics
module_api Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
push Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
replication
rest Sliding Sync: Speed up incremental sync by avoiding extra work (#17665) 2024-09-09 10:36:22 +01:00
scripts
server_notices
state
storage Sliding Sync: Fix outlier re-persisting causing problems with sliding sync tables (#17635) 2024-08-30 08:53:57 +01:00
test_utils Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
types
util
__init__.py
server.py Use a larger, dedicated threadpool for media sending (#17564) 2024-08-13 17:59:47 +01:00
test_distributor.py
test_event_auth.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
test_federation.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
test_mau.py
test_phone_home.py
test_rust.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
test_visibility.py
unittest.py Format files with Ruff (#17643) 2024-09-02 12:39:04 +01:00
utils.py