diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-02-26 11:56:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-26 11:56:23 +0000 |
commit | b9320c316cfe2b63650a90341a8c7da5a6edcd33 (patch) | |
tree | 0b0c518de8d77f5807b8ef52ecd5c155a48a1151 /dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main | |
parent | 31e5d0c271c2f901bde1a26250d5097895f5ce33 (diff) | |
parent | d7a5b1072fbb1525c5bd06cfe70387dada476770 (diff) |
Merge "Limit max connections in DMI stub"
Diffstat (limited to 'dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main')
-rw-r--r-- | dmi-plugin-demo-and-csit-stub/dmi-plugin-demo-and-csit-stub-service/src/main/resources/application.yml | 3 |
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 73e0c5c48e..0847d40844 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: |