We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b11a3 commit 674e547Copy full SHA for 674e547
1 file changed
framework/src/test/java/org/tron/common/jetty/SizeLimitHandlerTest.java
@@ -38,7 +38,7 @@
38
* <li>Bodies exceeding the limit are rejected ({@code 413}).</li>
39
* <li>The limit counts raw UTF-8 <em>bytes</em>, not Java {@code char}s.</li>
40
* <li>HTTP and JSON-RPC services use independent size limits.</li>
41
- * <li>Default values are 4x {@code GrpcUtil.DEFAULT_MAX_MESSAGE_SIZE}.</li>
+ * <li>Default values are {@code GrpcUtil.DEFAULT_MAX_MESSAGE_SIZE} (4 MB).</li>
42
* </ul>
43
*/
44
@Slf4j
0 commit comments