Dynamically set the maximum allowed input size in bytes.
Default is 100 MB. Set to 0 to disable the limit.
core.setInputSizeLimit(50 * 1024 * 1024); // 50 MB Copy
core.setInputSizeLimit(50 * 1024 * 1024); // 50 MB
Dynamically set the maximum allowed input size in bytes.
Default is 100 MB. Set to 0 to disable the limit.
Example (JS)