mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
Use workaround to fix high CPU usage by LinkedTransferQueue (#3756)
This is a workaround for JDK-8301341 by using the Java 11 LinkedTransferQueue with the QueueingThreadPoolExecutor in the Core and jUPnP. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -61,4 +61,6 @@ Fragment-Host: org.openhab.core.config.core
|
||||
org.openhab.core;version='[4.1.0,4.1.1)',\
|
||||
org.openhab.core.config.core;version='[4.1.0,4.1.1)',\
|
||||
org.openhab.core.config.core.tests;version='[4.1.0,4.1.1)',\
|
||||
org.openhab.core.test;version='[4.1.0,4.1.1)'
|
||||
org.openhab.core.test;version='[4.1.0,4.1.1)',\
|
||||
org.openhab.base-fixes;version='[1.0.0,1.0.1)',\
|
||||
org.osgi.service.cm;version='[1.6.0,1.6.1)'
|
||||
|
||||
Reference in New Issue
Block a user