Skip to content

Commit

Permalink
reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bell committed Oct 22, 2024
1 parent 1516524 commit 96b1ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/comps/components/CompsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,10 @@ const props = defineProps({

onBeforeMount(async () => {
const telemetryOptions = {
strategy: 'minmax'
strategy: 'minmax',
size: 20,
};
// TODO: we should dynamically set size to the largest comp input window
outputTelemetryCollection = openmct.telemetry.requestCollection(domainObject, telemetryOptions);
outputTelemetryCollection.on('add', telemetryProcessor);
outputTelemetryCollection.on('clear', clearData);
Expand Down

0 comments on commit 96b1ef0

Please sign in to comment.