Skip to content

Commit

Permalink
feat(tel-ui): Change default time window duration to 30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Oct 25, 2023
1 parent 787e6f9 commit 538dcb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/packages/ui/openmct/plugins/conductor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function ConductorPlugin() {
timeSystem: 'utc',
clock: 'local',
clockOffsets: {
start: -THIRTY_MINUTES,
start: -THIRTY_SECONDS,
end: THIRTY_SECONDS,
},
presets: [
Expand Down

0 comments on commit 538dcb8

Please sign in to comment.