Skip to content

Commit

Permalink
Reminder on how to increase webclient threads (#1576)
Browse files Browse the repository at this point in the history
Signed-off-by: Hakan Tandogan <[email protected]>
  • Loading branch information
hakan42 authored Aug 21, 2023
1 parent 425e4cf commit 9de7bf9
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9de7bf9

Please sign in to comment.