DaanHoogland commented on code in PR #6320:
URL: https://github.com/apache/cloudstack/pull/6320#discussion_r873436372


##########
plugins/backup/veeam/src/main/java/org/apache/cloudstack/backup/VeeamBackupProvider.java:
##########
@@ -77,6 +77,9 @@ public class VeeamBackupProvider extends AdapterBase 
implements BackupProvider,
     private ConfigKey<Integer> VeeamApiRequestTimeout = new 
ConfigKey<>("Advanced", Integer.class, "backup.plugin.veeam.request.timeout", 
"300",
             "The Veeam B&R API request timeout in seconds.", true, 
ConfigKey.Scope.Zone);
 
+    private ConfigKey<Integer> VeeamRestoreTimeout = new 
ConfigKey<>("Advanced", Integer.class, "backup.plugin.veeam.restore.timeout", 
"600",

Review Comment:
   I know it never happens, but I think this should be a `private static` ?



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