Merge pull request #359 from langflow-ai/bug/358-replicas-zero
bug: Adjust replicas to zero as we are in single server mode. Closes …
This commit is contained in:
commit
96971a0572
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