aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-06-17 19:45:00 +0100
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-06-19 11:15:00 +0100
commitd16143ab60f0bb75d7d1666f1bd198fc651d8ab0 (patch)
treed332154d101d2f710c4ffb2035b0b6fcdaaee92f /cps-application
parentdec088642348af779281ee98e88392d84685845a (diff)
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 <sourabh.sourabh@est.tech>
Diffstat (limited to 'cps-application')
-rw-r--r--cps-application/src/main/resources/application.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml
index 4f08bb61a..6f0807113 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}