17 lines
635 B
INI
17 lines
635 B
INI
# This file defines required service configurations.
|
|
# It can be overridden by user specific configurations in conf/services folder.
|
|
|
|
org.eclipse.smarthome.folder:items=items
|
|
org.eclipse.smarthome.folder:sitemaps=sitemap
|
|
org.eclipse.smarthome.folder:rules=rules
|
|
org.eclipse.smarthome.folder:scripts=script
|
|
org.eclipse.smarthome.folder:persistence=persist
|
|
org.eclipse.smarthome.folder:things=things
|
|
|
|
# Configuration of thread pool sizes
|
|
org.eclipse.smarthome.threadpool:thingHandler=5
|
|
org.eclipse.smarthome.threadpool:discovery=5
|
|
org.eclipse.smarthome.threadpool:safeCall=10
|
|
|
|
org.eclipse.smarthome.autoupdate:sendOptimisticUpdates=true
|