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 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.github.ericsson</groupId >
8
8
<artifactId >eiffel-intelligence</artifactId >
9
- <version >2.2.1 </version >
9
+ <version >2.2.2 </version >
10
10
<packaging >war</packaging >
11
11
12
12
<parent >
Original file line number Diff line number Diff line change @@ -195,15 +195,15 @@ private class ThreadsValue {
195
195
private int eventHandlerMaxPoolSize ;
196
196
197
197
@ Getter
198
- @ Value ("${subscription-handler.threads.corePoolSize}" )
198
+ @ Value ("${subscription-handler.threads.corePoolSize:100 }" )
199
199
private int subscriptionHandlerCorePoolSize ;
200
200
201
201
@ Getter
202
- @ Value ("${subscription-handler.threads.queueCapacity}" )
202
+ @ Value ("${subscription-handler.threads.queueCapacity:5000 }" )
203
203
private int subscriptionHandlerQueueCapacity ;
204
204
205
205
@ Getter
206
- @ Value ("${subscription-handler.threads.maxPoolSize}" )
206
+ @ Value ("${subscription-handler.threads.maxPoolSize:150 }" )
207
207
private int subscriptionHandlerMaxPoolSize ;
208
208
}
209
209
}
You can’t perform that action at this time.
0 commit comments