diff --git a/lib/collect-usb-devices.queries.yml b/lib/collect-usb-devices.queries.yml index 87f8c2d..623ac59 100644 --- a/lib/collect-usb-devices.queries.yml +++ b/lib/collect-usb-devices.queries.yml @@ -1,6 +1,6 @@ - name: Collect USB devices description: Collects the USB devices that are currently connected to macOS and Linux hosts. query: SELECT model, vendor FROM usb_devices; - interval: 300 # 5 minutes + interval: 360 # 6 minutes observer_can_run: true - automations_enabled: false \ No newline at end of file + automations_enabled: false