Skip to content

Commit

Permalink
[JENKINS-42511] Ooops, forgot to turn on te fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Mar 8, 2017
1 parent 14ab0e3 commit 3cbceaa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -149,7 +149,7 @@ public abstract class ComputedFolder<I extends TopLevelItem> extends AbstractFol
* @since 6.0.0
*/
@GuardedBy("#computationLock")
private transient boolean currentObservationsLockDisabled = true;
private transient boolean currentObservationsLockDisabled = false;

/**
* Tracks recalculation requirements in {@link #doConfigSubmit(StaplerRequest, StaplerResponse)}.
Expand Down

0 comments on commit 3cbceaa

Please sign in to comment.