You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The select all operation (and clear/invert) is very slow when there are a large number of projects in the list. In my example I have about 2000 projects and select all takes about 15 seconds on Chrome and much longer on IE.
I'm using opengrok-1.0 and I think the issue has to do with the code in searchable-option-list that updates the selected display area once per project (see _addSelectionDisplayItem/_removeSelectionDisplayItem).