We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488df7b commit 06af379Copy full SHA for 06af379
src/main/java/com/animecap/system/VideoConverter.java
@@ -45,8 +45,8 @@ public static void main(String[] args) {
45
@Bean
46
MultipartConfigElement multipartConfigElement() {
47
MultipartConfigFactory factory = new MultipartConfigFactory();
48
- factory.setMaxFileSize("2048MB");
49
- factory.setMaxRequestSize("2048MB");
+ factory.setMaxFileSize("5120MB");
+ factory.setMaxRequestSize("5120MB");
50
return factory.createMultipartConfig();
51
}
52
0 commit comments