mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-11-16 01:21:16 +01:00
MAX_PAGES = 100000
This commit is contained in:
parent
13df3ecdba
commit
b3be9c6234
@ -50,7 +50,7 @@ public class MultiPageLayoutController {
|
||||
public ResponseEntity<byte[]> mergeMultiplePagesIntoOne(
|
||||
@ModelAttribute MergeMultiplePagesRequest request) throws IOException {
|
||||
|
||||
int MAX_PAGES = 10000;
|
||||
int MAX_PAGES = 100000;
|
||||
int MAX_COLS = 300;
|
||||
int MAX_ROWS = 300;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user