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:
Sebastián Estévez 2025-11-05 11:58:18 -08:00 committed by GitHub
commit 96971a0572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ INDEX_BODY = {
"settings": {
"index": {"knn": True},
"number_of_shards": 1,
"number_of_replicas": 1,
"number_of_replicas": 0,
},
"mappings": {
"properties": {