Skip to content

Commit

Permalink
Use autoEnable=false for JDK-8301341 workaround (#1636)
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn committed Feb 19, 2024
1 parent 4089f78 commit e11f762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
autoEnable=false
multicastResponsePort=0
asyncThreadPoolSize=30
threadPoolSize=15
1 change: 1 addition & 0 deletions launch/app/runtime/services.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ startlevel:50=ruleengine:start
startlevel:70=dsl:sitemap
startlevel:80=things:handler

org.jupnp:autoEnable=false
org.jupnp:threadPoolSize=20
org.ops4j.pax.logging:org.ops4j.pax.logging.log4j2.config.file=../../../../runtime/log4j2.xml

0 comments on commit e11f762

Please sign in to comment.