Bug 207 - Changed default ref blend perc to 7%

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1675 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2005-12-16 10:09:11 +00:00
parent c76586472b
commit 6adbd44d77
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ else
$monitor['EventPrefix'] = 'Event-';
$monitor['MaxFPS'] = 0;
$monitor['FPSReportInterval'] = 1000;
$monitor['RefBlendPerc'] = 10;
$monitor['RefBlendPerc'] = 7;
$monitor['DefaultRate'] = '100';
$monitor['DefaultScale'] = '100';
$monitor['WebColour'] = 'red';