Skip to content

Commit 06af379

Browse files
committed
from2 GB to 5 GB
1 parent 488df7b commit 06af379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/animecap/system/VideoConverter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public static void main(String[] args) {
4545
@Bean
4646
MultipartConfigElement multipartConfigElement() {
4747
MultipartConfigFactory factory = new MultipartConfigFactory();
48-
factory.setMaxFileSize("2048MB");
49-
factory.setMaxRequestSize("2048MB");
48+
factory.setMaxFileSize("5120MB");
49+
factory.setMaxRequestSize("5120MB");
5050
return factory.createMultipartConfig();
5151
}
5252
}

0 commit comments

Comments
 (0)