From 152af3e70da2b45b4edae2885263f38aa0cdb15c Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 17 Jan 2006 21:29:44 +0000 Subject: [PATCH] Increased max image lifetime to 6 hours instead of 15 minutes. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1841 e3e1d417-86f3-4887-817a-d78f3d33393f --- scripts/zmaudit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zmaudit.pl b/scripts/zmaudit.pl index ff45bbdbc..ded5b4816 100644 --- a/scripts/zmaudit.pl +++ b/scripts/zmaudit.pl @@ -152,7 +152,7 @@ my $dbh = DBI->connect( "DBI:mysql:database=".ZM_DB_NAME.";host=".ZM_DB_HOST, ZM chdir( EVENT_PATH ); -my $max_image_age = 15/(24*60); # 15 Minutes +my $max_image_age = 6/24; # 6 hours my $image_path = IMAGE_PATH; do {