Changed default watch delay to 15 seconds.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@547 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-06-03 21:19:04 +00:00
parent a40b182de5
commit de947fa9e2
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ my @options =
},
{
name => "ZM_WATCH_MAX_DELAY",
default => "5",
default => "15",
description => "The maximum delay since the last captured image we will allow before restarting the capture daemons",
help => "The zmwatch daemon checks the image capture performance of the capture daemons to ensure that they have not locked up (rarely a sync error may occur which blocks indefinately). This option determines the maximum delay we will allow since the last captured frame. The daemon will be restarted if it has not captured any images after this period though the actual restart may take slightly longer in conjunction with the check interval value above.",
type => $types{decimal},