You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/com/cloud/configuration/Config.java
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -521,15 +521,6 @@ public enum Config {
521
521
KVMSnapshotEnabled("Snapshots", SnapshotManager.class, Boolean.class, "kvm.snapshot.enabled", "false", "whether snapshot is enabled for KVM hosts", null),
522
522
523
523
// Advanced
524
-
JobExpireMinutes("Advanced", ManagementServer.class, String.class, "job.expire.minutes", "1440", "Time (in minutes) for async-jobs to be kept in system", null),
525
-
JobCancelThresholdMinutes(
526
-
"Advanced",
527
-
ManagementServer.class,
528
-
String.class,
529
-
"job.cancel.threshold.minutes",
530
-
"60",
531
-
"Time (in minutes) for async-jobs to be forcely cancelled if it has been in process for long",
0 commit comments