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
While working on #2562, I found that Job.WithGcForce(false) doesn't do anything, and the Engine calling ForceGcCleanups = targetJob.ResolveValue(GcMode.ForceCharacteristic, Resolver); only ever returns the default value true.
While working on #2562, I found that
Job.WithGcForce(false)
doesn't do anything, and the Engine callingForceGcCleanups = targetJob.ResolveValue(GcMode.ForceCharacteristic, Resolver);
only ever returns the default valuetrue
.cc @AndreyAkinshin
The text was updated successfully, but these errors were encountered: