Skip to content

Commit

Permalink
Remove keep-alive from resteasy (#585)
Browse files Browse the repository at this point in the history
(cherry picked from commit 501a03a)
  • Loading branch information
andrea-putzu committed Oct 31, 2024
1 parent cd8959c commit ca06249
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ onboarding-functions.force-institution-persist= ${FORCE_INSTITUTION_PERSIST:fals
## REST CLIENT #
quarkus.rest-client.logging.scope=request-response
quarkus.rest-client.logging.body-limit=50

quarkus.rest-client.connection-ttl=60000
quarkus.rest-client.keep-alive-enabled=false
quarkus.log.category."org.jboss.resteasy.client.logging".level=INFO
quarkus.log.category."org.jboss.resteasy.reactive.client.logging".level=INFO

quarkus.openapi-generator.user_registry_json.auth.api_key.api-key = ${USER_REGISTRY_API_KEY:example-api-key}
Expand Down

0 comments on commit ca06249

Please sign in to comment.