|
|
@ -37,9 +37,9 @@ |
|
|
"strongETag": false, |
|
|
"strongETag": false, |
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
* Restrict the surrogate keys to 17KB. |
|
|
* Restrict the surrogate keys to the number of characters. |
|
|
*/ |
|
|
*/ |
|
|
"maxSurrogateKeysSize": 8000, |
|
|
"maxSurrogateKeysSize": 0, |
|
|
|
|
|
|
|
|
"replicated": { |
|
|
"replicated": { |
|
|
/* |
|
|
/* |
|
|
@ -51,7 +51,7 @@ |
|
|
|
|
|
|
|
|
"languages": { |
|
|
"languages": { |
|
|
/* |
|
|
/* |
|
|
* Use custom langauges where the key is the language code and the value is the english name. |
|
|
* Use custom languages where the key is the language code and the value is the english name. |
|
|
*/ |
|
|
*/ |
|
|
"custom": "" |
|
|
"custom": "" |
|
|
}, |
|
|
}, |
|
|
|