提交 a29fc1a8 编写于 作者: M MRXLT

change default max body size

上级 715153f5
......@@ -49,7 +49,7 @@ def serve_args():
parser.add_argument(
"--max_body_size",
type=int,
default=64 * 1024 * 1024,
default=512 * 1024 * 1024,
help="Limit sizes of messages")
return parser.parse_args()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册