diff --git a/distributions/openhab/src/main/resources/conf/services/runtime.cfg b/distributions/openhab/src/main/resources/conf/services/runtime.cfg index dcabe4730e..e58ddd2e33 100644 --- a/distributions/openhab/src/main/resources/conf/services/runtime.cfg +++ b/distributions/openhab/src/main/resources/conf/services/runtime.cfg @@ -275,3 +275,12 @@ # #org.openhab.inbox:autoApprove=false +################################## WEBCLIENT ################################### + +# For installations on higher end systems with many cores, increasing number of webclient threads +# may be necessary. Usually, this is reported with "Insufficient configured threads" in the logs. +# +# org.openhab.webclient:minThreadsShared = 20 +# org.openhab.webclient:maxThreadsShared = 80 +# org.openhab.webclient:minThreadsCustom = 20 +# org.openhab.webclient:maxThreadsCustom = 40