Fixed typo.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1400 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2005-05-05 16:47:04 +00:00
parent 596030a8f0
commit 01cfabccab
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ my @options =
{
name => "ZM_HTTP_TIMEOUT",
default => "2500",
description => "How long ZoneMinder waits before giving up on images (millseconds)",
description => "How long ZoneMinder waits before giving up on images (milliseconds)",
requires => [ { name => "ZM_OPT_REMOTE_CAMERAS", value => "yes" } ],
help => "When retrieving remote images ZoneMinder will wait for this length of time before deciding that an image is not going to arrive and taking steps to retry. This timeout is in milliseconds (1000 per second) and will apply to each part of an image if it is not sent in one whole chunk.",
type => $types{integer},