diff --git a/tinyweb_forum/handlers.py b/tinyweb_forum/handlers.py index 9efcfa3..8d125b0 100644 --- a/tinyweb_forum/handlers.py +++ b/tinyweb_forum/handlers.py @@ -7,6 +7,7 @@ from urllib.parse import unquote MAX_TITLE_LENGTH = 200 MAX_BODY_LENGTH = 10000 +PER_PAGE = 20 RECENT_SECONDS = 86400 * 7 # "new" = within last 7 days