mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +02:00
further refinements to browse, fix broken test
This commit is contained in:
parent
18102eb76b
commit
4fc5698d0e
5 changed files with 50 additions and 51 deletions
|
@ -84,6 +84,8 @@ class Site < Sequel::Model
|
|||
|
||||
BROWSE_MINIMUM_VIEWS = 100
|
||||
BROWSE_MINIMUM_FOLLOWER_VIEWS = 10_000
|
||||
BROWSE_FOLLOWER_UPDATED_AT_CUTOFF = 9.months
|
||||
BROWSE_FOLLOWER_MINIMUM_FOLLOWS = 0
|
||||
|
||||
SCREENSHOT_DELAY_SECONDS = 30
|
||||
SCREENSHOT_RESOLUTIONS = ['540x405', '210x158', '100x100', '50x50']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue