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:
@@ -66,4 +66,6 @@ Fragment-Host: org.openhab.core.automation
|
||||
org.openhab.core.io.console;version='[4.1.0,4.1.1)',\
|
||||
org.openhab.core.test;version='[4.1.0,4.1.1)',\
|
||||
org.openhab.core.thing;version='[4.1.0,4.1.1)',\
|
||||
org.openhab.core.transform;version='[4.1.0,4.1.1)'
|
||||
org.openhab.core.transform;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