Skip to content

Commit 674e547

Browse files
committed
test(http): doc for default value
1 parent e6b11a3 commit 674e547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/src/test/java/org/tron/common/jetty/SizeLimitHandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* <li>Bodies exceeding the limit are rejected ({@code 413}).</li>
3939
* <li>The limit counts raw UTF-8 <em>bytes</em>, not Java {@code char}s.</li>
4040
* <li>HTTP and JSON-RPC services use independent size limits.</li>
41-
* <li>Default values are 4x {@code GrpcUtil.DEFAULT_MAX_MESSAGE_SIZE}.</li>
41+
* <li>Default values are {@code GrpcUtil.DEFAULT_MAX_MESSAGE_SIZE} (4 MB).</li>
4242
* </ul>
4343
*/
4444
@Slf4j

0 commit comments

Comments
 (0)