sureshanaparti commented on a change in pull request #5357:
URL: https://github.com/apache/cloudstack/pull/5357#discussion_r694897167



##########
File path: 
plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/vmware/manager/VmwareManager.java
##########
@@ -46,6 +46,10 @@
     static final ConfigKey<Integer> s_vmwareOVAPackageTimeout = new 
ConfigKey<Integer>(Integer.class, "vmware.package.ova.timeout", "Advanced", 
"3600",
             "Vmware script timeout for ova packaging process", true, 
ConfigKey.Scope.Global, 1000);
 
+    public static final ConfigKey<Integer> VMWARE_STATS_TIME_WINDOW = new 
ConfigKey<Integer>("Advanced", Integer.class, "vmware.stats.time.window", "300",

Review comment:
       ```suggestion
       public static final ConfigKey<Integer> s_vmwareStatsTimeWindow = new 
ConfigKey<Integer>("Advanced", Integer.class, "vmware.stats.time.window", "300",
   ```
   
   better to keep same format as other configs
   




-- 
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]


Reply via email to