1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-04-13 16:46:21 +00:00
synapse/tests
Eric Eastwood 5389374ef8
Sliding Sync: Speed up incremental sync by avoiding extra work ()
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 Add a short sleep if the request is rate-limited () 2024-05-18 12:03:30 +01:00
app Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
appservice Format files with Ruff () 2024-09-02 12:39:04 +01:00
config Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
crypto Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
events Format files with Ruff () 2024-09-02 12:39:04 +01:00
federation Format files with Ruff () 2024-09-02 12:39:04 +01:00
handlers Speed up sliding sync by avoiding copies () 2024-09-06 11:12:29 +01:00
http Format files with Ruff () 2024-09-02 12:39:04 +01:00
logging Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
media Format files with Ruff () 2024-09-02 12:39:04 +01:00
metrics Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
module_api Format files with Ruff () 2024-09-02 12:39:04 +01:00
push Format files with Ruff () 2024-09-02 12:39:04 +01:00
replication Fix bug in sliding sync when using old DB. () 2024-07-08 20:30:23 +01:00
rest Sliding Sync: Speed up incremental sync by avoiding extra work () 2024-09-09 10:36:22 +01:00
scripts Update license headers 2023-11-21 15:29:58 -05:00
server_notices Update license headers 2023-11-21 15:29:58 -05:00
state Update license headers 2023-11-21 15:29:58 -05:00
storage Sliding Sync: Fix outlier re-persisting causing problems with sliding sync tables () 2024-08-30 08:53:57 +01:00
test_utils Format files with Ruff () 2024-09-02 12:39:04 +01:00
types Use immutabledict instead of frozendict () 2023-03-22 17:15:34 +00:00
util Speed up SS room sorting () 2024-07-23 14:03:14 +01:00
__init__.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
server.py Use a larger, dedicated threadpool for media sending () 2024-08-13 17:59:47 +01:00
test_distributor.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_event_auth.py Format files with Ruff () 2024-09-02 12:39:04 +01:00
test_federation.py Format files with Ruff () 2024-09-02 12:39:04 +01:00
test_mau.py Update license headers 2023-11-21 15:29:58 -05:00
test_phone_home.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_rust.py Add missing type hints to tests. () 2023-02-08 19:52:37 +00:00
test_server.py Upgrade locked dependency on Twisted to 24.7.0rc1. () 2024-07-30 15:23:23 +01:00
test_state.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_terms_auth.py Update license headers 2023-11-21 15:29:58 -05:00
test_test_utils.py Correctly mention previous copyright () 2024-01-23 11:26:48 +00:00
test_types.py Format files with Ruff () 2024-09-02 12:39:04 +01:00
test_visibility.py Include user membership on events () 2024-06-13 21:45:54 +00:00
unittest.py Format files with Ruff () 2024-09-02 12:39:04 +01:00
utils.py Improve lock performance when a lot of locks are waiting () 2024-03-14 13:49:54 +00:00