From 1042c9cddebea08fff794420f94e1cdce6a1259c Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 7 Apr 2024 05:58:18 -0600 Subject: [PATCH] Reduce size --- frigate/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/const.py b/frigate/const.py index 4e28b06a2..28ab83c8a 100644 --- a/frigate/const.py +++ b/frigate/const.py @@ -41,7 +41,7 @@ AUDIO_MIN_CONFIDENCE = 0.5 # DB Consts -MAX_WAL_SIZE = 20 # MB +MAX_WAL_SIZE = 10 # MB # Ffmpeg Presets