From 5a48974558ea300b76ad20a84850c0523877eb63 Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Fri, 26 Apr 2024 13:35:32 +0200 Subject: Module sync task failing with WebClient - added configurable buffer size Issue-ID: CPS-2195 Change-Id: I7cdb09856fd4d80134a91e54faa7e6600f3721dc Signed-off-by: leventecsanyi --- integration-test/src/test/resources/application.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'integration-test/src') diff --git a/integration-test/src/test/resources/application.yml b/integration-test/src/test/resources/application.yml index 6fd3bcae4e..407210fa34 100644 --- a/integration-test/src/test/resources/application.yml +++ b/integration-test/src/test/resources/application.yml @@ -169,6 +169,7 @@ ncmp: maximumConnectionsPerRoute: 50 maximumConnectionsTotal: 100 idleConnectionEvictionThresholdInSeconds: 5 + maximumInMemorySizeInMegabytes: 16 auth: username: dmi password: dmi -- cgit 1.2.3-korg