Commit d475d1e6 by christopher lee

Increase number of shards and replicas for elasticsearch

parent f68edf9f
...@@ -390,8 +390,8 @@ SWAGGER_SETTINGS = { ...@@ -390,8 +390,8 @@ SWAGGER_SETTINGS = {
ELASTICSEARCH_INDEX_SETTINGS = { ELASTICSEARCH_INDEX_SETTINGS = {
'settings': { 'settings': {
'index': { 'index': {
'number_of_shards': 1, 'number_of_shards': 5,
'number_of_replicas': 1 'number_of_replicas': 2
}, },
'analysis': { 'analysis': {
'tokenizer': { 'tokenizer': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment