further refinements to browse, fix broken test

This commit is contained in:
Kyle Drake 2024-08-14 11:15:45 -05:00
parent 18102eb76b
commit 4fc5698d0e
5 changed files with 50 additions and 51 deletions

View file

@ -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']