mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 19:55:48 +01:00
Request automation thread pool as a scheduled pool (#1869)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
This commit is contained in:
parent
aa317d8c85
commit
575f744a43
@ -45,7 +45,7 @@ public class TriggerHandlerCallbackImpl implements TriggerHandlerCallback {
|
||||
protected TriggerHandlerCallbackImpl(RuleEngineImpl re, String ruleUID) {
|
||||
this.re = re;
|
||||
this.ruleUID = ruleUID;
|
||||
executor = ThreadPoolManager.getPool(AUTOMATION_THREADPOOL_NAME);
|
||||
executor = ThreadPoolManager.getScheduledPool(AUTOMATION_THREADPOOL_NAME);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user