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
Fix O(N) list building in TransportSearchAction.asyncSearchExecutor (#112474)
This at least avoids the O(N) list building which is needlessly heavy
for large index counts. Not sure the logic makes
perfect sense in all cases, but it should remain practically unchanged
for now (except when there's more than 2 indices and they're all system
ones).
0 commit comments