Cleaned up default mismatch.
Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
This commit is contained in:
@@ -20,7 +20,7 @@ public class AsyncConfigurerThreadpoolProperties {
|
|||||||
/**
|
/**
|
||||||
* Max queue size for central event executor.
|
* Max queue size for central event executor.
|
||||||
*/
|
*/
|
||||||
private Integer queuesize = 250;
|
private Integer queuesize = 5_000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core processing threads for central event executor.
|
* Core processing threads for central event executor.
|
||||||
@@ -30,7 +30,7 @@ public class AsyncConfigurerThreadpoolProperties {
|
|||||||
/**
|
/**
|
||||||
* Maximum thread pool size for central event executor.
|
* Maximum thread pool size for central event executor.
|
||||||
*/
|
*/
|
||||||
private Integer maxthreads = 50;
|
private Integer maxthreads = 20;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* When the number of threads is greater than the core, this is the maximum
|
* When the number of threads is greater than the core, this is the maximum
|
||||||
|
|||||||
@@ -27,12 +27,6 @@ vaadin.servlet.urlMapping=/UI/*
|
|||||||
vaadin.servlet.heartbeatInterval=60
|
vaadin.servlet.heartbeatInterval=60
|
||||||
vaadin.servlet.closeIdleSessions=false
|
vaadin.servlet.closeIdleSessions=false
|
||||||
|
|
||||||
# Defines the thread pool executor
|
|
||||||
hawkbit.threadpool.corethreads=5
|
|
||||||
hawkbit.threadpool.maxthreads=20
|
|
||||||
hawkbit.threadpool.idletimeout=10000
|
|
||||||
hawkbit.threadpool.queuesize=20000
|
|
||||||
|
|
||||||
# Defines the polling time for the controllers in HH:MM:SS notation
|
# Defines the polling time for the controllers in HH:MM:SS notation
|
||||||
hawkbit.controller.pollingTime=00:05:00
|
hawkbit.controller.pollingTime=00:05:00
|
||||||
hawkbit.controller.pollingOverdueTime=00:05:00
|
hawkbit.controller.pollingOverdueTime=00:05:00
|
||||||
|
|||||||
Reference in New Issue
Block a user