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
This commit is contained in:
stan 2006-01-17 21:29:44 +00:00
parent 687ff9b2b5
commit 152af3e70d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ my $dbh = DBI->connect( "DBI:mysql:database=".ZM_DB_NAME.";host=".ZM_DB_HOST, ZM
chdir( EVENT_PATH ); 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; my $image_path = IMAGE_PATH;
do do
{ {