mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
increase jerk block threshold
This commit is contained in:
parent
f78775fb3f
commit
5dfbc7a91a
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class Site < Sequel::Model
|
|||
DISPOSABLE_EMAIL_BLACKLIST_PATH = File.join(DIR_ROOT, 'files', 'disposable_email_blacklist.conf')
|
||||
BANNED_EMAIL_BLACKLIST_PATH = File.join(DIR_ROOT, 'files', 'banned_email_blacklist.conf')
|
||||
|
||||
BLOCK_JERK_THRESHOLD = 4
|
||||
BLOCK_JERK_THRESHOLD = 25
|
||||
MAXIMUM_TAGS = 5
|
||||
MAX_USERNAME_LENGTH = 32.freeze
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue