Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Disable decider service locking by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorebanala committed Oct 17, 2019
1 parent bc6a2cb commit eced07e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public interface Configuration {
String ADDITIONAL_MODULES_PROPERTY_NAME = "conductor.additional.modules";

String EXECUTION_LOCK_ENABLED_PROPERTY_NAME = "decider.locking.enabled";
boolean EXECUTION_LOCK_ENABLED_DEFAULT_VALUE = true;
boolean EXECUTION_LOCK_ENABLED_DEFAULT_VALUE = false;

//TODO add constants for input/output external payload related properties.

Expand Down

0 comments on commit eced07e

Please sign in to comment.