decrease comment depth to 8
This commit is contained in:
parent
08e4093877
commit
7b4a3c056b
|
@ -71,12 +71,6 @@ export const COMMENTS = gql`
|
|||
...CommentFields
|
||||
comments {
|
||||
...CommentFields
|
||||
comments {
|
||||
...CommentFields
|
||||
comments {
|
||||
...CommentFields
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ export const UPLOAD_TYPES_ALLOW = [
|
|||
'image/jpeg',
|
||||
'image/webp'
|
||||
]
|
||||
export const COMMENT_DEPTH_LIMIT = 10
|
||||
export const COMMENT_DEPTH_LIMIT = 8
|
||||
export const MAX_TITLE_LENGTH = 80
|
||||
export const MAX_POLL_CHOICE_LENGTH = 40
|
||||
export const ITEM_SPAM_INTERVAL = '10m'
|
||||
|
|
Loading…
Reference in New Issue