nevergreen icon indicating copy to clipboard operation
nevergreen copied to clipboard

Include/exclude all projects is noticeably slow when a feed has lots of projects

Open GentlemanHal opened this issue 5 years ago • 1 comments

Bug report

Expected behaviour? All projects should be included or excluded without any delay.

Actual behaviour? All projects are included or excluded with a noticeable delay.

Steps to reproduce?

  1. Add a feed with lots of projects (mine has ~140 projects)
  2. Click the "exclude all" button

This is because it loops through all projects and triggers an include/exclude action on each one. We should add an explicit include/exclude all action.

GentlemanHal avatar Feb 11 '20 13:02 GentlemanHal

Hi @GentlemanHal

Can you review my PR?

cksharma11 avatar Dec 06 '20 17:12 cksharma11