Skip to content

Commit 46182fc

Browse files
Update agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent 234a36d commit 46182fc

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
@@ -761,7 +761,7 @@ public Property<Integer> getWorkers() {
761761
* Data type: Long.<br>
762762
* Default value: <code>360000l</code>
763763
*/
764-
public static final Property<Long> KVM_HEARTBEAT_CHECKER_TIMEOUT = new Property<>("kvm.heartbeat.checker.timeout", 360000l);
764+
public static final Property<Long> KVM_HEARTBEAT_CHECKER_TIMEOUT = new Property<>("kvm.heartbeat.checker.timeout", 360000L);
765765

766766
public static class Property <T>{
767767
private String name;

0 commit comments

Comments
 (0)