mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 01:01:30 +02:00
pagination for follow/follower lists
This commit is contained in:
parent
a67588a1c0
commit
2625e1328a
5 changed files with 21 additions and 9 deletions
|
@ -87,6 +87,8 @@ class Site < Sequel::Model
|
|||
BROWSE_FOLLOWER_UPDATED_AT_CUTOFF = 9.months
|
||||
BROWSE_FOLLOWER_MINIMUM_FOLLOWS = 0
|
||||
|
||||
FOLLOW_PAGINATION_LIMIT = 100
|
||||
|
||||
SCREENSHOT_DELAY_SECONDS = 30
|
||||
SCREENSHOT_RESOLUTIONS = ['540x405', '210x158', '100x100', '50x50']
|
||||
THUMBNAIL_RESOLUTIONS = ['210x158']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue