forked from LBRYCommunity/lbry-sdk
increase indexed sd_hash prefix to 4 chars
This commit is contained in:
parent
5f5f39a4aa
commit
2a4c5a48bf
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ INDEX_DEFAULT_SETTINGS = {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"index_prefixes": {
|
"index_prefixes": {
|
||||||
"min_chars": 1,
|
"min_chars": 1,
|
||||||
"max_chars": 2
|
"max_chars": 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"height": {"type": "integer"},
|
"height": {"type": "integer"},
|
||||||
|
|
Loading…
Reference in a new issue