File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/com/ericsson/ei/controller/model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.github.ericsson</groupId >
88 <artifactId >eiffel-intelligence</artifactId >
9- <version >2.2.1 </version >
9+ <version >2.2.2 </version >
1010 <packaging >war</packaging >
1111
1212 <parent >
Original file line number Diff line number Diff line change @@ -195,15 +195,15 @@ private class ThreadsValue {
195195 private int eventHandlerMaxPoolSize ;
196196
197197 @ Getter
198- @ Value ("${subscription-handler.threads.corePoolSize}" )
198+ @ Value ("${subscription-handler.threads.corePoolSize:100 }" )
199199 private int subscriptionHandlerCorePoolSize ;
200200
201201 @ Getter
202- @ Value ("${subscription-handler.threads.queueCapacity}" )
202+ @ Value ("${subscription-handler.threads.queueCapacity:5000 }" )
203203 private int subscriptionHandlerQueueCapacity ;
204204
205205 @ Getter
206- @ Value ("${subscription-handler.threads.maxPoolSize}" )
206+ @ Value ("${subscription-handler.threads.maxPoolSize:150 }" )
207207 private int subscriptionHandlerMaxPoolSize ;
208208 }
209209}
You can’t perform that action at this time.
0 commit comments