let staff members mark good answer without delay (#5731)

This commit is contained in:
Frédéric Péters 2014-10-16 08:48:34 +02:00
parent be228bd124
commit fe52fcb2a6
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ LIVESETTINGS_OPTIONS = {
'ALLOW_POSTING_BEFORE_LOGGING_IN': False,
'TAG_LIST_FORMAT': 'cloud',
},
'VOTE_RULES': {
'MIN_DAYS_FOR_STAFF_TO_ACCEPT_ANSWER': 0,
},
'WORDS': {},
}
}