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:
Josh Hawkins
2026-09-12 07:30:04 -06:00
committed by Nicolas Mowen
parent 11b4d34f93
commit d6b93301e2
3 changed files with 32 additions and 28 deletions
+1 -1
View File
@@ -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 = {