Scanning big directory trees no longer freezes the interface for seconds.
What's wrong with this entry?
Directory walks and the upload file filter now pause to let the interface redraw at least every 200 ms, and cap how many file operations run at once. Scanning a big tree should no longer block the UI for seconds or open an unbounded number of concurrent reads.
- A shared limiter provides both the yield budget and the concurrency queue; the walk and filter paths each set their own maximum concurrency.
- Applies on those paths unconditionally, with no setting to turn it off.
yieldBudgetMs
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.227
Less eager module loading at startup
Both mention performance
-
v2.1.227
Event loop stall detector rewritten as a class
Both mention performance
-
v2.1.232
Conversation normalization reuses its previous result
Both mention performance