Display 50 items on "new" page
This commit is contained in:
parent
ef2802f0e9
commit
d98a5974c1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const (
|
|||
PASS_SALT = "ImperialLibSalt"
|
||||
TAGS_DISPLAY = 50
|
||||
SEARCH_ITEMS_PAGE = 10
|
||||
NEW_ITEMS_PAGE = 10
|
||||
NEW_ITEMS_PAGE = 50
|
||||
TEMPLATE_PATH = "templates/"
|
||||
BOOKS_PATH = "books/"
|
||||
COVER_PATH = "cover/"
|
||||
|
|
Reference in a new issue