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 %>