Skip to content

Commit

Permalink
chore: Add connection pool size on user rest client
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Aug 23, 2024
1 parent d20cf0d commit e67c285
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ quarkus.openapi-generator.codegen.spec.user_json.enable-security-generation=fals
quarkus.openapi-generator.codegen.spec.user_json.additional-api-type-annotations=@org.eclipse.microprofile.rest.client.annotation.RegisterClientHeaders(it.pagopa.selfcare.onboarding.client.auth.AuthenticationPropagationHeadersFactory.class)
quarkus.rest-client."org.openapi.quarkus.user_json.api.UserApi".url=${MS_USER_URL:http://localhost:8081}
quarkus.rest-client."org.openapi.quarkus.user_json.api.UserApi".read-timeout=60000
quarkus.rest-client."org.openapi.quarkus.user_json.api.UserApi".connection-pool-size=1024

quarkus.openapi-generator.codegen.spec.party_registry_proxy_json.enable-security-generation=false
quarkus.openapi-generator.codegen.spec.party_registry_proxy_json.additional-api-type-annotations=@org.eclipse.microprofile.rest.client.annotation.RegisterClientHeaders(it.pagopa.selfcare.onboarding.client.auth.AuthenticationPropagationHeadersFactory.class)
Expand Down

0 comments on commit e67c285

Please sign in to comment.