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
Change the delay for how often we synchronize solutions
Now that we're doing all the WorkspaceChanged notifications on
background threads, that means the notifications won't be quite as
batched as before; this was causing an increase in synchronizations
that was creating some wasted work.
0 commit comments