From ef2802f0e94a5bf1333937c0235974d2cde1c7f1 Mon Sep 17 00:00:00 2001 From: Las Zenow Date: Sun, 11 Nov 2012 17:38:00 +0100 Subject: [PATCH] NEW_BOOKS_COLL is not use anymore --- config.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.go b/config.go index 4d0a270..232316e 100644 --- a/config.go +++ b/config.go @@ -5,12 +5,11 @@ const ( DB_IP = "127.0.0.1" DB_NAME = "trantor" BOOKS_COLL = "books" - NEW_BOOKS_COLL = "new" USERS_COLL = "users" PASS_SALT = "ImperialLibSalt" TAGS_DISPLAY = 50 SEARCH_ITEMS_PAGE = 10 - NEW_ITEMS_PAGE = 50 + NEW_ITEMS_PAGE = 10 TEMPLATE_PATH = "templates/" BOOKS_PATH = "books/" COVER_PATH = "cover/"