Skip to content

Commit

Permalink
Reminder on how to increase webclient threads
Browse files Browse the repository at this point in the history
Signed-off-by: Hakan Tandogan <[email protected]>
  • Loading branch information
hakan42 committed Aug 20, 2023
1 parent 8ef5bf7 commit 21fabcd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,10 @@
#
#org.openhab.inbox:autoApprove=false

# 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 21fabcd

Please sign in to comment.