fix(core): update
This commit is contained in:
parent
1ab582db51
commit
b2019b33f8
@ -52,7 +52,8 @@ export class ElasticIndex {
|
|||||||
const done2 = plugins.smartpromise.defer();
|
const done2 = plugins.smartpromise.defer();
|
||||||
this.elasticSearchRef.client.indices.create(
|
this.elasticSearchRef.client.indices.create(
|
||||||
{
|
{
|
||||||
waitForActiveShards: '2',
|
|
||||||
|
waitForActiveShards: '1',
|
||||||
index: indexArg
|
index: indexArg
|
||||||
},
|
},
|
||||||
(error, response) => {
|
(error, response) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user