From 4f41e7df8687618fe99ebd67525d4f1eefe2b8f9 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 25 Sep 2022 08:33:12 -0600 Subject: [PATCH] Add comment --- frigate/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/models.py b/frigate/models.py index accc4b5d7..2e5c50744 100644 --- a/frigate/models.py +++ b/frigate/models.py @@ -41,4 +41,4 @@ class Recordings(Model): # type: ignore[misc] duration = FloatField() motion = IntegerField(null=True) objects = IntegerField(null=True) - segment_size = FloatField() + segment_size = FloatField() # this should be stored as MB