From 2301103da5db7cb835cdac7b8b1e42fe16e97f22 Mon Sep 17 00:00:00 2001 From: Andrew Bauer <zonexpertconsulting@outlook.com> Date: Sat, 28 Dec 2019 09:49:42 -0600 Subject: [PATCH] use small, non-zero values, for image buffer & pre & post buffers --- web/includes/Monitor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index cc51926fd..ad0247a1b 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -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,