summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2024-02-26 11:56:23 +0000
committerGerrit Code Review <gerrit@onap.org>2024-02-26 11:56:23 +0000
commitb9320c316cfe2b63650a90341a8c7da5a6edcd33 (patch)
tree0b0c518de8d77f5807b8ef52ecd5c155a48a1151
parent31e5d0c271c2f901bde1a26250d5097895f5ce33 (diff)
parentd7a5b1072fbb1525c5bd06cfe70387dada476770 (diff)
Merge "Limit max connections in DMI stub"
-rw-r--r--dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml
index 73e0c5c48..0847d4084 100644
--- a/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml
+++ b/dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml
@@ -17,6 +17,9 @@
# ============LICENSE_END=========================================================
server:
port: 8092
+ jetty:
+ threads:
+ max: 25
rest:
api: