From 208b1f8583e63ce29140402530609767911440e0 Mon Sep 17 00:00:00 2001 From: Kai Kreuzer Date: Sun, 3 Dec 2017 17:26:37 +0100 Subject: [PATCH] increase thread pool sizes Signed-off-by: Kai Kreuzer --- .../openhab/src/main/resources/runtime/services.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distributions/openhab/src/main/resources/runtime/services.cfg b/distributions/openhab/src/main/resources/runtime/services.cfg index 92254a3af6..37cc923615 100644 --- a/distributions/openhab/src/main/resources/runtime/services.cfg +++ b/distributions/openhab/src/main/resources/runtime/services.cfg @@ -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