use small, non-zero values, for image buffer & pre & post buffers

pull/2788/head
Andrew Bauer 2019-12-28 09:49:42 -06:00
parent ce3691be85
commit 2301103da5
1 changed files with 3 additions and 3 deletions

View File

@ -59,10 +59,10 @@ class Monitor extends ZM_Object {
'LabelX' => 0,
'LabelY' => 0,
'LabelSize' => 1,
'ImageBufferCount' => 100,
'ImageBufferCount' => 20,
'WarmupCount' => 0,
'PreEventCount' => 0,
'PostEventCount' => 0,
'PreEventCount' => 5,
'PostEventCount' => 5,
'StreamReplayBuffer' => 0,
'AlarmFrameCount' => 1,
'SectionLength' => 600,