nevergreen
nevergreen copied to clipboard
Include/exclude all projects is noticeably slow when a feed has lots of projects
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?
- Add a feed with lots of projects (mine has ~140 projects)
- 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.
Hi @GentlemanHal
Can you review my PR?