ravening commented on a change in pull request #4737:
URL: https://github.com/apache/cloudstack/pull/4737#discussion_r587385756
##########
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 Default is 32K and max is 1MB
So using the global setting you can change values and this prevents setting
the value above 1MB
----------------------------------------------------------------
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]