FIX: excerpts larger than 999 are not supported
underlying column can only fit 1000 chars.
This commit is contained in:
parent
13feb300a8
commit
ee10002e20
|
@ -819,6 +819,7 @@ posting:
|
|||
zh_TW: 120
|
||||
topic_excerpt_maxlength:
|
||||
default: 220
|
||||
max: 999
|
||||
locale_default:
|
||||
ja: 120
|
||||
zh_CN: 120
|
||||
|
|
Loading…
Reference in New Issue