Changed default buffer size to 40.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1182 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
3805c8b9ac
commit
29f024f438
|
@ -71,7 +71,7 @@ else
|
||||||
$monitor['LabelFormat'] = '%%s - %y/%m/%d %H:%M:%S';
|
$monitor['LabelFormat'] = '%%s - %y/%m/%d %H:%M:%S';
|
||||||
$monitor['LabelX'] = 0;
|
$monitor['LabelX'] = 0;
|
||||||
$monitor['LabelY'] = 0;
|
$monitor['LabelY'] = 0;
|
||||||
$monitor['ImageBufferCount'] = 100;
|
$monitor['ImageBufferCount'] = 40;
|
||||||
$monitor['WarmupCount'] = 25;
|
$monitor['WarmupCount'] = 25;
|
||||||
$monitor['PreEventCount'] = 10;
|
$monitor['PreEventCount'] = 10;
|
||||||
$monitor['PostEventCount'] = 10;
|
$monitor['PostEventCount'] = 10;
|
||||||
|
|
Loading…
Reference in New Issue