You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
Reimplementation of a postgres-backed storage with a shared PG listener
This commit is contained in:
@@ -57,7 +57,7 @@ pub fn hyper_service() -> HttpService {
|
||||
let client = ServiceBuilder::new()
|
||||
.map_err(BoxError::from)
|
||||
.map_request_body(Full::new)
|
||||
.layer(BodyToBytesResponseLayer::default())
|
||||
.layer(BodyToBytesResponseLayer)
|
||||
.override_request_header(USER_AGENT, MAS_USER_AGENT.clone())
|
||||
.concurrency_limit(10)
|
||||
.follow_redirects()
|
||||
|
Reference in New Issue
Block a user