Skip to content

Commit

Permalink
Updating indexes and replicas
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <[email protected]>
  • Loading branch information
vibrantvarun committed Jan 2, 2024
1 parent 96cc6bb commit faa8dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"refresh_interval": "30s",
"default_pipeline": "%s"
},
"number_of_shards": 6,
"number_of_shards": 3,
"number_of_replicas": 1
},
"mappings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"refresh_interval": "30s",
"default_pipeline": "%s"
},
"number_of_shards": 6,
"number_of_shards": 3,
"number_of_replicas": 1
},
"mappings": {
Expand Down

0 comments on commit faa8dec

Please sign in to comment.