fix: restore PER_PAGE constant

This commit is contained in:
user 2026-06-05 02:04:43 +00:00
parent b118cf5898
commit 688030c0b4

View file

@ -7,6 +7,7 @@ from urllib.parse import unquote
MAX_TITLE_LENGTH = 200 MAX_TITLE_LENGTH = 200
MAX_BODY_LENGTH = 10000 MAX_BODY_LENGTH = 10000
PER_PAGE = 20
RECENT_SECONDS = 86400 * 7 # "new" = within last 7 days RECENT_SECONDS = 86400 * 7 # "new" = within last 7 days