commit | 5a48974558ea300b76ad20a84850c0523877eb63 | [log] [tgz] |
---|---|---|
author | leventecsanyi <levente.csanyi@est.tech> | Fri Apr 26 13:35:32 2024 +0200 |
committer | leventecsanyi <levente.csanyi@est.tech> | Fri Apr 26 16:08:40 2024 +0200 |
tree | 5bc10427011b2cee2826977ddb6a97a49e713b47 | |
parent | 2830723b8c5d5bb40c171c88f055adbc1a808f68 [diff] [blame] |
Module sync task failing with WebClient - added configurable buffer size Issue-ID: CPS-2195 Change-Id: I7cdb09856fd4d80134a91e54faa7e6600f3721dc Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 27bc6c6..aeec8a2 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml
@@ -174,6 +174,7 @@ maximumConnectionsPerRoute: 50 maximumConnectionsTotal: 100 idleConnectionEvictionThresholdInSeconds: 5 + maximumInMemorySizeInMegabytes: 16 auth: username: ${DMI_USERNAME} password: ${DMI_PASSWORD}