fix spring boot web maximum upload file limit config (#6070)
Co-authored-by: zouxinyi <zouxinyi@baidu.com>
This commit is contained in:
@ -326,10 +326,10 @@ public class Config extends ConfigBase {
|
||||
@ConfField public static int http_backlog_num = 1024;
|
||||
|
||||
/**
|
||||
*Maximum file limit for single upload of web request, default value: 100M
|
||||
*Maximum file limit for single upload of web request, default value: 100MB
|
||||
*/
|
||||
@ConfField public static String http_max_file_size = "100M";
|
||||
@ConfField public static String http_max_request_size = "100M";
|
||||
@ConfField public static String http_max_file_size = "100MB";
|
||||
@ConfField public static String http_max_request_size = "100MB";
|
||||
|
||||
/**
|
||||
* The backlog_num for mysql nio server
|
||||
|
||||
Reference in New Issue
Block a user