mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
example.ini: Move min karma stuff to thresholds section.
For consistency.
This commit is contained in:
@@ -47,9 +47,6 @@ short_description = open source is awesome
|
||||
site_lang = en
|
||||
# default header image url
|
||||
default_header_url = reddit.com.header.png
|
||||
# minimum user karma total values to show to non-admins
|
||||
link_karma_display_floor = 1
|
||||
comment_karma_display_floor = -100
|
||||
|
||||
#### Domains
|
||||
# the domain that this app expects to be accessed on
|
||||
@@ -294,6 +291,10 @@ QUOTA_THRESHOLD = 5
|
||||
# if the user has positive total karma, their per-subreddit karma will default to this, else 0
|
||||
MIN_UP_KARMA = 1
|
||||
|
||||
# minimum user karma total values to show to non-admins
|
||||
link_karma_display_floor = 1
|
||||
comment_karma_display_floor = -100
|
||||
|
||||
# age at which links/comments become "archived" and can no longer be voted on or replied to
|
||||
ARCHIVE_AGE = 180 days
|
||||
|
||||
|
||||
Reference in New Issue
Block a user