fixes for tests

This commit is contained in:
Kyle Drake 2024-08-15 11:46:39 -05:00
parent 88f419ce67
commit 498f29bfa2
3 changed files with 5 additions and 10 deletions

View file

@ -111,7 +111,7 @@ class Site < Sequel::Model
COMMENTING_ALLOWED_UPDATED_COUNT = 2
SUGGESTIONS_LIMIT = 30
SUGGESTIONS_VIEWS_MIN = 500
SUGGESTIONS_VIEWS_MIN = 10000
CHILD_SITES_MAX = 30
IP_CREATE_LIMIT = 1000