mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Formatting
This commit is contained in:
parent
1743823e3e
commit
1396cd7b44
@ -64,7 +64,9 @@ class StorageMaintainer(threading.Thread):
|
||||
"""Return if storage needs cleanup."""
|
||||
# currently runs cleanup if less than 1 hour of space is left
|
||||
remaining_storage = round(shutil.disk_usage(RECORD_DIR).free / 1000000, 1)
|
||||
logger.debug(f"Storage cleanup check: {self.avg_segment_sizes['total']['hour']} hourly with remaining storage: {remaining_storage}")
|
||||
logger.debug(
|
||||
f"Storage cleanup check: {self.avg_segment_sizes['total']['hour']} hourly with remaining storage: {remaining_storage}"
|
||||
)
|
||||
return remaining_storage < self.avg_segment_sizes["total"]["hour"]
|
||||
|
||||
def delete_recording_segments(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user