Skip to content

Commit

Permalink
increase thread pool sizes (#594)
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Kreuzer <kai@openhab.org>
  • Loading branch information
kaikreuzer committed Dec 3, 2017
1 parent a450b6a commit 8656553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distributions/openhab/src/main/resources/runtime/services.cfg
Expand Up @@ -9,6 +9,6 @@ org.eclipse.smarthome.folder:persistence=persist
org.eclipse.smarthome.folder:things=things

# Configuration of thread pool sizes
org.eclipse.smarthome.threadpool:thingHandler=3
org.eclipse.smarthome.threadpool:discovery=3
org.eclipse.smarthome.threadpool:safeCall=3
org.eclipse.smarthome.threadpool:thingHandler=5
org.eclipse.smarthome.threadpool:discovery=5
org.eclipse.smarthome.threadpool:safeCall=10

0 comments on commit 8656553

Please sign in to comment.