Skip to content

Commit

Permalink
Set number_of_replicas to 0
Browse files Browse the repository at this point in the history
We effectively have 0 replicas during the performance test because we have one node. The replica will be unassigned.

I'm changing this for visibility - so the configured setting will be the same as the effective setting.
  • Loading branch information
radu-gheorghe authored Oct 30, 2024
1 parent 0650d6c commit 0dbf9b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"settings": {
"number_of_shards": 1,
"number_of_replicas": 1,
"number_of_replicas": 0,
"analysis": {
"analyzer": {
"lowercase_normalize_stem": {
Expand Down

0 comments on commit 0dbf9b6

Please sign in to comment.