DaanHoogland commented on a change in pull request #4737:
URL: https://github.com/apache/cloudstack/pull/4737#discussion_r588411252
##########
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:
What I don't understand is the change from 16 to 512, @ravening why is
that? Can you name a contant for 512 (former 16)?
----------------------------------------------------------------
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]