Files
greenhouse-openHAB/userdata/etc/org.apache.felix.eventadmin.impl.EventAdmin.cfg

16 lines
493 B
INI

## Standard settings of Karaf
org.apache.felix.eventadmin.AddTimestamp=true
org.apache.felix.eventadmin.AddSubject=true
## Custom openHAB configuration
# Configure thread pool size for EventAdmin sync event delivery.
org.apache.felix.eventadmin.ThreadPoolSize=3
# Use as many threads for async as for sync.
org.apache.felix.eventadmin.AsyncToSyncThreadRatio=1
# Do not timeout event handlers, see https://github.com/openhab/openhab-distro/issues/600
org.apache.felix.eventadmin.Timeout=0