forked from MarseyWorld/MarseyWorld
reduce COMMENT_SPAM_LENGTH_THRESHOLD from 50 to 0 for spam like this https://watchpeopledie.tv/h/bladed/post/1622/woman-gets-aggressive-with-a-guy/533389#context
parent
d8b998a3c5
commit
f462562080
|
@ -612,7 +612,7 @@ LOGGEDIN_ACTIVE_TIME = 15 * 60
|
||||||
PFP_DEFAULT_MARSEY = True
|
PFP_DEFAULT_MARSEY = True
|
||||||
NEW_USER_HAT_AGE = 0 # seconds of age to show new-user forced hat
|
NEW_USER_HAT_AGE = 0 # seconds of age to show new-user forced hat
|
||||||
NOTIFICATION_SPAM_AGE_THRESHOLD = 0.5 * 86400
|
NOTIFICATION_SPAM_AGE_THRESHOLD = 0.5 * 86400
|
||||||
COMMENT_SPAM_LENGTH_THRESHOLD = 50
|
COMMENT_SPAM_LENGTH_THRESHOLD = 0
|
||||||
UNDER_SIEGE_AGE_THRESHOLD = 10 * 60
|
UNDER_SIEGE_AGE_THRESHOLD = 10 * 60
|
||||||
|
|
||||||
HOLE_NAME = 'hole'
|
HOLE_NAME = 'hole'
|
||||||
|
|
Loading…
Reference in New Issue