[Schema+config change] Comment editing (#396)

* Comment editing
* Optional time limit for comment editing
This commit is contained in:
Shane
2017-11-05 09:26:30 -05:00
committed by Anna-Maria Meriniemi
parent b4c0ad9e84
commit 72c997173c
8 changed files with 185 additions and 8 deletions

View File

@@ -127,3 +127,11 @@ ENABLE_ELASTIC_SEARCH_HIGHLIGHT = False
ES_MAX_SEARCH_RESULT = 1000
# ES index name generally (nyaa or sukebei)
ES_INDEX_NAME = SITE_FLAVOR
################
## Commenting ##
################
# Time limit for editing a comment after it has been posted (seconds)
# Set to 0 to disable
EDITING_TIME_LIMIT = 0