mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Additional Ebook validation
This commit is contained in:
parent
3ef1af1237
commit
032032b920
22 changed files with 262 additions and 2 deletions
|
@ -32,7 +32,9 @@ const DATABASE_DEFAULT_HOST = 'localhost';
|
|||
|
||||
const EBOOKS_PER_PAGE = 12;
|
||||
const EBOOKS_MAX_STRING_LENGTH = 250;
|
||||
const EBOOKS_MAX_LONG_STRING_LENGTH = 500;
|
||||
const EBOOK_SINGLE_PAGE_SIZE_WARNING = 3 *1024 * 1024; // 3145728
|
||||
const EBOOK_EARLIEST_CREATION_DATE = new DateTimeImmutable('2014-01-01');
|
||||
|
||||
const ARTWORK_THUMBNAIL_HEIGHT = 350;
|
||||
const ARTWORK_THUMBNAIL_WIDTH = 350;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue