mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 17:42:29 -04:00
Clarify EBOOK_SINGLE_PAGE_SIZE_WARNING
This commit is contained in:
parent
312e2105ec
commit
19032b0bc2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ 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_SINGLE_PAGE_SIZE_WARNING = 3 * 1024 * 1024; // 3145728 bytes.
|
||||
|
||||
const ARTWORK_THUMBNAIL_HEIGHT = 350;
|
||||
const ARTWORK_THUMBNAIL_WIDTH = 350;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue