mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Initial code changes to insert/update Ebook records
This commit is contained in:
parent
073f138c47
commit
63d411a2e6
10 changed files with 531 additions and 28 deletions
|
@ -31,6 +31,8 @@ const DATABASE_DEFAULT_DATABASE = 'se';
|
|||
const DATABASE_DEFAULT_HOST = 'localhost';
|
||||
|
||||
const EBOOKS_PER_PAGE = 12;
|
||||
const EBOOKS_MAX_STRING_LENGTH = 250;
|
||||
const EBOOK_SINGLE_PAGE_SIZE_WARNING = 3 *1024 * 1024; // 3145728
|
||||
|
||||
const ARTWORK_THUMBNAIL_HEIGHT = 350;
|
||||
const ARTWORK_THUMBNAIL_WIDTH = 350;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue