rhtyd commented on a change in pull request #3356: Increase POST timeout for 
local template upload
URL: https://github.com/apache/cloudstack/pull/3356#discussion_r287766147
 
 

 ##########
 File path: 
server/src/main/java/com/cloud/storage/ImageStoreUploadMonitorImpl.java
 ##########
 @@ -110,7 +110,7 @@
 
     static final ConfigKey<Integer> UploadMonitoringInterval = new 
ConfigKey<Integer>("Advanced", Integer.class, "upload.monitoring.interval", 
"60",
             "Interval (in seconds) to check the status of volumes that are 
uploaded using HTTP POST request", true);
-    static final ConfigKey<Integer> UploadOperationTimeout = new 
ConfigKey<Integer>("Advanced", Integer.class, "upload.operation.timeout", "10",
+    static final ConfigKey<Integer> UploadOperationTimeout = new 
ConfigKey<Integer>("Advanced", Integer.class, "upload.operation.timeout", "300",
 
 Review comment:
   300 minutes is like 5 hours? How about move to the standard, 1 hour or 
60mins?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to