mirror of
https://github.com/simon987/nyaa.git
synced 2025-12-13 15:19:03 +00:00
[Schema+config change] Comment editing (#396)
* Comment editing * Optional time limit for comment editing
This commit is contained in:
committed by
Anna-Maria Meriniemi
parent
b4c0ad9e84
commit
72c997173c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user