mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update comment
This commit is contained in:
parent
ddf35495f5
commit
ad9227e0e6
@ -22,7 +22,7 @@ class StorageMaintainer(threading.Thread):
|
|||||||
self.avg_segment_sizes = {}
|
self.avg_segment_sizes = {}
|
||||||
|
|
||||||
def calculate_camera_segment_sizes(self):
|
def calculate_camera_segment_sizes(self):
|
||||||
"""Calculate the size of each cameras recording segments over the last hour."""
|
"""Calculate the size of each cameras recording segments."""
|
||||||
for camera in self.config.cameras.keys():
|
for camera in self.config.cameras.keys():
|
||||||
if not self.config.cameras[camera].record.enabled:
|
if not self.config.cameras[camera].record.enabled:
|
||||||
continue
|
continue
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user