mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
ScheduleBackgroundLoadSweep waited for TreeReady and then an extra unconditional 5s before populating sibling-assembly icons -- an artificial wall-clock delay on top of the TreeReady gate. Fire the sweep as soon as the tree is on screen; the TreeReady gate already keeps it off slow startups and the SemaphoreSlim(4) throttle still bounds the load storm.pull/3755/head
1 changed files with 2 additions and 10 deletions
Loading…
Reference in new issue