ravening commented on a change in pull request #4737:
URL: https://github.com/apache/cloudstack/pull/4737#discussion_r600269245
##########
File path: server/src/main/java/com/cloud/vm/UserVmManagerImpl.java
##########
@@ -529,7 +531,7 @@
private Map<Long, VmAndCountDetails> vmIdCountMap = new
ConcurrentHashMap<>();
private static final int MAX_HTTP_GET_LENGTH = 2 *
MAX_USER_DATA_LENGTH_BYTES;
- private static final int MAX_HTTP_POST_LENGTH = 16 *
MAX_USER_DATA_LENGTH_BYTES;
+ private static final int MAX_HTTP_POST_LENGTH = 512 *
MAX_USER_DATA_LENGTH_BYTES;
Review comment:
@DaanHoogland earlier, the max length of post request is 32K. so 16 *
2K. Now it can support upto 1MB. So 512 * 2K
--
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]