Allow resource PDFs up to 40 mb

This commit is contained in:
2025-08-07 18:09:38 +02:00
parent 7c865b7271
commit e2192e5828

View File

@@ -23,7 +23,7 @@ final class MDRequirementsSet {
// Object images need to be at least 500 px wide
public const MIN_OBJECT_IMAGE_HEIGHT = 540;
public const MAX_FILESIZE_PDF = 20000000;
public const MAX_FILESIZE_PDF = 40000000;
public const TIME_EARLIEST_YEAR = -6000000000;
public const TIME_EARLIEST_DATE = '0001-01-01';