example.ini: Move min karma stuff to thresholds section.

For consistency.
This commit is contained in:
Neil Williams
2014-10-04 00:26:16 -07:00
parent 1cb164fc3b
commit 84d6d0e9c2

View File

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