synapse/tests
Patrick Cloke 6aca4e7cb8
Reduce the size of the HTTP connection pool for non-pushers. (#15514)
Pushers tend to make many connections to the same HTTP host
(e.g. a new event comes in, causes events to be pushed, and then
the homeserver connects to the same host many times). Due to this
the per-host HTTP connection pool size was increased, but this does
not make sense for other SimpleHttpClients.

Add a parameter for the connection pool and override it for pushers
(making a separate SimpleHttpClient for pushers with the increased
configuration).

This returns the HTTP connection pool settings to the default Twisted
ones for non-pusher HTTP clients.
2023-05-02 09:29:40 -04:00
..
api Add column full_user_id to tables profiles and user_filters. (#15458) 2023-04-26 16:03:26 -07:00
app
appservice Add support for claiming multiple OTKs at once. (#15468) 2023-04-27 12:57:46 -04:00
config
crypto Modify StoreKeyFetcher to read from server_keys_json. (#15417) 2023-04-20 12:30:32 -04:00
events Implement MSC2174: move redacts to a content property. (#15395) 2023-04-13 13:47:07 +00:00
federation Finish type hints for federation client HTTP code. (#15465) 2023-04-24 13:12:06 -04:00
handlers Add support for claiming multiple OTKs at once. (#15468) 2023-04-27 12:57:46 -04:00
http Finish type hints for federation client HTTP code. (#15465) 2023-04-24 13:12:06 -04:00
logging
media Move Spam Checker callbacks to a dedicated file (#15453) 2023-04-18 00:57:40 +00:00
metrics
module_api Delete pushers after calling on_logged_out module hook on device delete (#15410) 2023-04-14 14:12:37 +02:00
push Reduce the size of the HTTP connection pool for non-pushers. (#15514) 2023-05-02 09:29:40 -04:00
replication Reduce the size of the HTTP connection pool for non-pushers. (#15514) 2023-05-02 09:29:40 -04:00
rest Initial implementation of MSC3981: recursive relations API (#15315) 2023-05-02 07:59:55 -04:00
scripts
server_notices
state
storage Add column full_user_id to tables profiles and user_filters. (#15458) 2023-04-26 16:03:26 -07:00
test_utils
types
util
__init__.py
server.py Move Spam Checker callbacks to a dedicated file (#15453) 2023-04-18 00:57:40 +00:00
test_distributor.py
test_event_auth.py
test_federation.py Remove legacy code of single user device resync api (#15418) 2023-04-21 12:06:39 +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
test_visibility.py
unittest.py Modify StoreKeyFetcher to read from server_keys_json. (#15417) 2023-04-20 12:30:32 -04:00
utils.py Modify StoreKeyFetcher to read from server_keys_json. (#15417) 2023-04-20 12:30:32 -04:00