Skip to content

Commit 33f0ccd

Browse files
JoaoJandrehsato03
andauthored
Apply suggestion from @hsato03
Co-authored-by: Henrique Sato <henriquesato2003@gmail.com>
1 parent c8069a5 commit 33f0ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/main/java/com/cloud/agent/properties/AgentProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ public class AgentProperties{
593593
/**
594594
* This parameter specifies if the host must be rebooted when something goes wrong with the heartbeat.<br>
595595
* Data type: Boolean.<br>
596-
* Default value: <code>true</code>
596+
* Default value: <code>false</code>
597597
*/
598598
public static final Property<Boolean> REBOOT_HOST_AND_ALERT_MANAGEMENT_ON_HEARTBEAT_TIMEOUT
599599
= new Property<>("reboot.host.and.alert.management.on.heartbeat.timeout", false);

0 commit comments

Comments
 (0)