mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
increase max follows to 2000
This commit is contained in:
parent
2831d2fd77
commit
f731466317
1 changed files with 2 additions and 2 deletions
|
@ -78,8 +78,8 @@ class Site < Sequel::Model
|
|||
INDEX_HTML_REGEX = /\/?index.html$/
|
||||
ROOT_INDEX_HTML_REGEX = /^\/?index.html$/
|
||||
MAX_COMMENT_SIZE = 420 # Used to be the limit for Facebook.. no comment (PUN NOT INTENDED).
|
||||
MAX_FOLLOWS = 1000
|
||||
|
||||
MAX_FOLLOWS = 2000
|
||||
|
||||
BROWSE_MINIMUM_VIEWS = 100
|
||||
BROWSE_MINIMUM_FOLLOWER_VIEWS = 10_000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue