Permalink
Browse files
Adjust minimum karma thresholds for collapsing
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
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