mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Remove checks against EBOOK_EARLIEST_CREATION_DATE
This commit is contained in:
parent
432723eafe
commit
6bec232d37
6 changed files with 6 additions and 7 deletions
|
@ -36,7 +36,6 @@ 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