Bumped up the cycle watch times a bit.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@872 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-02-19 14:23:23 +00:00
parent b5500a20c1
commit be0db72faf
1 changed files with 6 additions and 6 deletions

View File

@ -871,9 +871,9 @@ my @options =
},
{
name => "ZM_WEB_H_REFRESH_CYCLE",
default => "2",
default => "10",
description => "How often (in seconds) the cycle watch window swaps to the next monitor",
help => "The cycle watch window is a method of continuously cycling between still images from all of your monitors. This option determines how often to refresh with a new image.",
help => "The cycle watch window is a method of continuously cycling between images from all of your monitors. This option determines how often to refresh with a new image.",
type => $types{integer},
category => 'highband',
},
@ -937,9 +937,9 @@ my @options =
},
{
name => "ZM_WEB_M_REFRESH_CYCLE",
default => "5",
default => "20",
description => "How often (in seconds) the cycle watch window swaps to the next monitor",
help => "The cycle watch window is a method of continuously cycling between still images from all of your monitors. This option determines how often to refresh with a new image.",
help => "The cycle watch window is a method of continuously cycling between images from all of your monitors. This option determines how often to refresh with a new image.",
type => $types{integer},
category => 'medband',
},
@ -1003,9 +1003,9 @@ my @options =
},
{
name => "ZM_WEB_L_REFRESH_CYCLE",
default => "10",
default => "30",
description => "How often (in seconds) the cycle watch window swaps to the next monitor",
help => "The cycle watch window is a method of continuously cycling between still images from all of your monitors. This option determines how often to refresh with a new image.",
help => "The cycle watch window is a method of continuously cycling between images from all of your monitors. This option determines how often to refresh with a new image.",
type => $types{integer},
category => 'lowband',
},