Skip to content

Commit 53ca91f

Browse files
Update engine/components-api/src/main/java/com/cloud/vm/snapshot/VMSnapshotManager.java
Co-authored-by: Lucas Martins <[email protected]>
1 parent 3820805 commit 53ca91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/components-api/src/main/java/com/cloud/vm/snapshot/VMSnapshotManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public interface VMSnapshotManager extends VMSnapshotService, Manager {
3131
static final ConfigKey<Integer> VMSnapshotExpireInterval = new ConfigKey<Integer>("Advanced", Integer.class, "vmsnapshot.expire.interval", "-1",
3232
"VM Snapshot expire interval in hours", true, ConfigKey.Scope.Account);
3333

34-
ConfigKey<Integer> VMSnapshotMax = new ConfigKey<Integer>("Advanced", Integer.class, "vmsnapshot.max", "10", "Maximum vm snapshots for a single vm", true, ConfigKey.Scope.Account);
34+
ConfigKey<Integer> VMSnapshotMax = new ConfigKey<Integer>("Advanced", Integer.class, "vmsnapshot.max", "10", "Maximum VM snapshots for a single VM", true, ConfigKey.Scope.Account);
3535

3636
/**
3737
* Delete all VM snapshots belonging to one VM

0 commit comments

Comments
 (0)