fix: restore PER_PAGE constant

This commit is contained in:
blankie 2026-06-05 02:04:43 +00:00
parent 3e450103df
commit 4bd4eb12a5

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