mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-09-26 06:48:57 +03:00
Miscellaneous fixes (#24179)
* rename migration * use ASC composite index for event camera and start_time the planner still picks for newest-first single-camera queries but doesn't slow down full per-camera scans on a cold cache * pause playback while the timeline range handles are up * reduce multi camera seeded export range to 30m allows both handlebars to fit within most desktop windows
This commit is contained in:
committed by
Nicolas Mowen
parent
11b4d34f93
commit
d6b93301e2
@@ -80,7 +80,7 @@ type ExportOption = (typeof EXPORT_OPTIONS)[number];
|
||||
export type ExportTab = "export" | "multi";
|
||||
|
||||
// length of a range seeded around the current playback time
|
||||
const MULTI_CAMERA_RANGE_SECONDS = 3600;
|
||||
const MULTI_CAMERA_RANGE_SECONDS = 1800;
|
||||
const TIMELINE_SELECTION_SECONDS = 60;
|
||||
|
||||
type ExportDialogProps = {
|
||||
|
||||
Reference in New Issue
Block a user