From 0db2bd53cb6414de2e7adb8f256e0d617d1c09bb Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 30 Apr 2018 10:16:03 +0300 Subject: [PATCH] motioneye: set default cleanup interval to 3600s --- board/common/overlay/etc/motioneye.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/overlay/etc/motioneye.conf b/board/common/overlay/etc/motioneye.conf index 4a633dc097..c1eb39bef2 100644 --- a/board/common/overlay/etc/motioneye.conf +++ b/board/common/overlay/etc/motioneye.conf @@ -8,7 +8,7 @@ listen 0.0.0.0 port 80 mount_check_interval 300 motion_check_interval 10 -cleanup_interval 43200 +cleanup_interval 3600 remote_request_timeout 10 mjpg_client_timeout 10 mjpg_client_idle_timeout 10