lucas-a-martins commented on code in PR #11616:
URL: https://github.com/apache/cloudstack/pull/11616#discussion_r2498927559
##########
engine/components-api/src/main/java/com/cloud/vm/snapshot/VMSnapshotManager.java:
##########
@@ -31,7 +31,7 @@ public interface VMSnapshotManager extends VMSnapshotService,
Manager {
static final ConfigKey<Integer> VMSnapshotExpireInterval = new
ConfigKey<Integer>("Advanced", Integer.class, "vmsnapshot.expire.interval",
"-1",
"VM Snapshot expire interval in hours", true,
ConfigKey.Scope.Account);
- ConfigKey<Integer> VMSnapshotMax = new ConfigKey<Integer>("Advanced",
Integer.class, "vmsnapshot.max", "10", "Maximum vm snapshots for a single vm",
true, ConfigKey.Scope.Global);
+ ConfigKey<Integer> VMSnapshotMax = new ConfigKey<Integer>("Advanced",
Integer.class, "vmsnapshot.max", "10", "Maximum vm snapshots for a single vm",
true, ConfigKey.Scope.Account);
Review Comment:
```suggestion
ConfigKey<Integer> VMSnapshotMax = new ConfigKey<Integer>("Advanced",
Integer.class, "vmsnapshot.max", "10", "Maximum VM snapshots for a single VM",
true, ConfigKey.Scope.Account);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]