Skip to content

Commit 7952497

Browse files
committed
Reconcile: default reconcile.commands.enabled to false
1 parent 0f6aedf commit 7952497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/command/ReconcileCommandService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public interface ReconcileCommandService {
2929

3030
ConfigKey<Boolean> ReconcileCommandsEnabled = new ConfigKey<>("Advanced", Boolean.class,
31-
"reconcile.commands.enabled", "true",
31+
"reconcile.commands.enabled", "false",
3232
"Indicates whether the background task to reconcile the commands is enabled or not",
3333
false);
3434

0 commit comments

Comments
 (0)