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
perf: Remove promises from getAllThumbnails loop (#8118)
`getAllThumbnails` creates an array of promises when grabbing each
thumbnail. This is because `getThumbnails` might have to create a
segment index, but `getAllThumbnails` already does this. This separates
`getThumbnails` into two functions so `getAllThumbnails` can get the
thumbnails synchronously.
0 commit comments