summaryrefslogtreecommitdiffstats
path: root/askbot/conf/vote_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/conf/vote_rules.py')
-rw-r--r--askbot/conf/vote_rules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/conf/vote_rules.py b/askbot/conf/vote_rules.py
index 82c9b758..7bafe32f 100644
--- a/askbot/conf/vote_rules.py
+++ b/askbot/conf/vote_rules.py
@@ -65,7 +65,7 @@ settings.register(
IntegerValue(
VOTE_RULES,
'MIN_FLAGS_TO_HIDE_POST',
- default=3,
+ default=2,
description=_('Number of flags required to automatically hide posts')
)
)
@@ -74,7 +74,7 @@ settings.register(
IntegerValue(
VOTE_RULES,
'MIN_FLAGS_TO_DELETE_POST',
- default=5,
+ default=3,
description=_('Number of flags required to automatically delete posts')
)
)