bug: Adjust replicas to zero as we are in single server mode. Closes #358.
This commit is contained in:
parent
284d0dfbbc
commit
088ddfa6c5
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ INDEX_BODY = {
|
|||
"settings": {
|
||||
"index": {"knn": True},
|
||||
"number_of_shards": 1,
|
||||
"number_of_replicas": 1,
|
||||
"number_of_replicas": 0,
|
||||
},
|
||||
"mappings": {
|
||||
"properties": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue