Skip to content

Commit ff92224

Browse files
committed
fix: don't show workers info in misc
The "Workers [Planned|Launched] by Gather" were displayed in the Misc tab even though already shown in Workers tab.
1 parent 18aac61 commit ff92224

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/services/help-service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@ const notMiscProperties: string[] = [
297297
Property.WORKERS,
298298
Property.WORKERS_PLANNED,
299299
Property.WORKERS_LAUNCHED,
300+
Property.WORKERS_PLANNED_BY_GATHER,
301+
Property.WORKERS_LAUNCHED_BY_GATHER,
300302
Property.READ_BLOCKS,
301303
Property.WRITTEN_BLOCKS,
302304
Property.EXCLUSIVE_SHARED_HIT_BLOCKS,

0 commit comments

Comments
 (0)