2e568bdd56
Our help strings claim that [inspector]enabled only affects classic drivers. However, it also disables the inspector periodic tasks, if not set to True. Change-Id: I2e3deaffa31259793f738dc77af49d5cb57af697 Story: #2002730 Task: #22579
9 lines
372 B
YAML
9 lines
372 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The periodic tasks for the ``inspector`` inspect interface are no longer
|
|
disabled if the ``[inspector]enabled`` option is not set to ``True``.
|
|
The help string of this option claims that it does not apply to hardware
|
|
types. In any case, the periodic tasks are only run if any enabled
|
|
classic driver or hardware interface requires them.
|