From d16143ab60f0bb75d7d1666f1bd198fc651d8ab0 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 17 Jun 2024 19:45:00 +0100 Subject: Handle high frequency (faster then DMI) of passthrough request in NCMP - Added pendingAcquireMaxCount property into appliaction.yml. - Added findbugs google annotations dependency. - Supressed "BC_UNCONFIRMED_CAST_OF_RETURN_VALUE" spotbugs low error for reactor.netty.resources.ConnectionProvider. Issue-ID: CPS-2262 Change-Id: Ie755e40282473933f2052fbe7654e7090bb9b337 Signed-off-by: sourabh_sourabh --- cps-application/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cps-application/src') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 4f08bb61a0..6f0807113d 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -194,12 +194,14 @@ ncmp: readTimeoutInSeconds: 30 writeTimeoutInSeconds: 30 maximumConnectionsTotal: 100 + pendingAcquireMaxCount: 50 maximumInMemorySizeInMegabytes: 16 model-services: connectionTimeoutInSeconds: 30 readTimeoutInSeconds: 30 writeTimeoutInSeconds: 30 maximumConnectionsTotal: 100 + pendingAcquireMaxCount: 50 maximumInMemorySizeInMegabytes: 16 auth: username: ${DMI_USERNAME:cpsuser} -- cgit 1.2.3-korg