We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee13ed6 commit 27e3dd4Copy full SHA for 27e3dd4
readthedocs/settings/base.py
@@ -352,12 +352,12 @@ def USE_PROMOS(self): # noqa
352
'page': {
353
'name': 'page_index',
354
'settings': {
355
- # We have 3 nodes, therefore having 3 shards and each one having 3 replica
+ # We have 3 nodes, therefore having 3 shards and each one having 2 replicas
356
# will be good fit for our infrastructure. So all the 9(3*3) shards will be
357
# allocated to 3 nodes. Therefore, if one nodes get failed, the data will be
358
# inside other nodes and Elasticsearch can serve properly.
359
'number_of_shards': 3,
360
- 'number_of_replicas': 3,
+ 'number_of_replicas': 2,
361
"index": {
362
"sort.field": ["project", "version"]
363
}
0 commit comments