Permalink
Browse files

Adjust minimum karma thresholds for collapsing

  • Loading branch information...
1 parent 3974b46 commit 931b9ab98c57283761fab9a05cd8d85d50f7d419 @wezm wezm committed Jan 21, 2010
Showing with 2 additions and 2 deletions.
  1. +2 −2 r2/r2/models/account.py
View
4 r2/r2/models/account.py
@@ -46,8 +46,8 @@ class Account(Thing):
pref_public_votes = False,
pref_hide_ups = False,
pref_hide_downs = True,
- pref_min_link_score = -4,
- pref_min_comment_score = -4,
+ pref_min_link_score = -2,
+ pref_min_comment_score = -2,
pref_num_comments = g.num_comments,
pref_lang = 'en',
pref_content_langs = ('en',),

0 comments on commit 931b9ab

Please sign in to comment.