From 29dd93fdbaecbaf89af8168248b9919feba4b22a Mon Sep 17 00:00:00 2001 From: stan Date: Tue, 14 Jan 2003 13:41:57 +0000 Subject: [PATCH] Chanegd image cycle refresh defaults. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@320 e3e1d417-86f3-4887-817a-d78f3d33393f --- zmconfig.pl.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zmconfig.pl.in b/zmconfig.pl.in index 7e3bdf324..eef291911 100755 --- a/zmconfig.pl.in +++ b/zmconfig.pl.in @@ -389,7 +389,7 @@ my @options = }, { name => "ZM_WEB_H_REFRESH_CYCLE", - default => "5", + default => "2", 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.", type => $types{integer}, @@ -454,7 +454,7 @@ my @options = }, { name => "ZM_WEB_M_REFRESH_CYCLE", - default => "10", + default => "5", 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.", type => $types{integer}, @@ -519,7 +519,7 @@ my @options = }, { name => "ZM_WEB_L_REFRESH_CYCLE", - default => "30", + 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.", type => $types{integer},