From 14d8b5e986cede12212fdaf6335902454212298a Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 5 May 2017 14:26:13 -0700 Subject: [PATCH] lower jerk threshold, ask for commenters to be nice --- models/site.rb | 2 +- views/site/_profile_comments.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/site.rb b/models/site.rb index b224742f..d1d66b42 100644 --- a/models/site.rb +++ b/models/site.rb @@ -135,7 +135,7 @@ class Site < Sequel::Model EMAIL_VALIDATION_CUTOFF_DATE = Time.parse('May 16, 2016') DISPOSABLE_EMAIL_BLACKLIST_PATH = File.join(DIR_ROOT, 'files', 'disposable_email_blacklist.conf') - BLOCK_JERK_THRESHOLD = 3 + BLOCK_JERK_THRESHOLD = 2 MAXIMUM_TAGS = 5 diff --git a/views/site/_profile_comments.erb b/views/site/_profile_comments.erb index 45f43488..22173d71 100644 --- a/views/site/_profile_comments.erb +++ b/views/site/_profile_comments.erb @@ -4,7 +4,7 @@ disabled<% end %>