mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-12 23:01:40 +00:00
955244c092
This commit replaces the default client from the http lib with a custom one. The previously used default client doesn't come with a timeout. This could cause unwanted locks. That solution chosen here creates a http client in the base component dendrite with a constant timeout of 30 seconds. If it should be necessary to overwrite this, we could include the timeout in the dendrite configuration. Here it would be a good idea to extend the type "Address" by a timeout and create an http client for each service. Closes #820 Signed-off-by: Benedikt Bongartz <benne@klimlive.de> Co-authored-by: Kegsay <kegan@matrix.org> |
||
---|---|---|
.. | ||
client-api-proxy | ||
create-account | ||
create-room-events | ||
dendrite-appservice-server | ||
dendrite-client-api-server | ||
dendrite-edu-server | ||
dendrite-federation-api-server | ||
dendrite-federation-sender-server | ||
dendrite-media-api-server | ||
dendrite-monolith-server | ||
dendrite-public-rooms-api-server | ||
dendrite-room-server | ||
dendrite-sync-api-server | ||
dendritejs | ||
federation-api-proxy | ||
generate-keys | ||
kafka-producer | ||
mediaapi-integration-tests | ||
roomserver-integration-tests | ||
syncserver-integration-tests |