mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Add comment
This commit is contained in:
parent
52b9614db2
commit
4f41e7df86
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user