From 6ea9831e0d7616640fb6dfd25835959715ebe8d9 Mon Sep 17 00:00:00 2001 From: Jon duSaint Date: Sun, 17 Jul 2022 10:48:29 -0700 Subject: reolink: Add spool retention policy Default now is to keep images in spool only for 24 hours. This can be changed via a client command or the config file. --- reolink/reolink.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'reolink/reolink.conf') diff --git a/reolink/reolink.conf b/reolink/reolink.conf index b2abe00..cf37f2d 100644 --- a/reolink/reolink.conf +++ b/reolink/reolink.conf @@ -8,6 +8,9 @@ interval: 30 # Where to store snapshots and videos spool_dir: /var/spool/reolink +# Retain images in the spool for 24 hours +spool_time: 24 + # IP address of camera reolink_ip: 192.168.127.10 -- cgit v1.2.3