fix(core): update

This commit is contained in:
Philipp Kunz 2018-12-13 00:19:50 +01:00
parent 1ab582db51
commit b2019b33f8

View File

@ -52,7 +52,8 @@ export class ElasticIndex {
const done2 = plugins.smartpromise.defer();
this.elasticSearchRef.client.indices.create(
{
waitForActiveShards: '2',
waitForActiveShards: '1',
index: indexArg
},
(error, response) => {