Fix TODO items.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent f073f06789
commit 09c38d96f6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ export class FrigateCameraManagerEngine implements CameraManagerEngine {
protected _throttledSegmentGarbageCollector = throttle(
this._garbageCollectSegments.bind(this),
60 * 60 * 1000,
{ trailing: true },
{ leading: false, trailing: true },
);
constructor(recordingSegmentsCache: RecordingSegmentsCache) {