Skip to content

Commit 3a8c5da

Browse files
committed
BackStage.Api Config.maxPostSize Updated.
1 parent b263c7d commit 3a8c5da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backstage/static/api/page/config.html

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ <h2>Config.js</h2>
4040
debug: true, /* 是否开启Debug模式,如开启,在发生错误时,会在HTTP 500页面内输出详细错误调试信息 */
4141
printPostData: true, /* 是否在控制台上打印post数据,用于调试 */
4242

43+
/* POST */
44+
maxPostSize:2097152, /* 最大post数据的大小 */
45+
4346
/* 静态文件 */
4447
allowEmptyExtname: false, /* 是否允许访问无扩展名的静态文件 */
4548
allowFileDownload: true, /* 是否允许下载MIME列表以外静态文件 */

0 commit comments

Comments
 (0)