Просмотр исходного кода

chore: fix wrong variables names for defaultOptions

Eugene Nitsenko 2 лет назад
Родитель
Сommit
fb2451fe15
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/elasticsearch-plugin/src/options.ts

+ 2 - 2
packages/elasticsearch-plugin/src/options.ts

@@ -712,8 +712,8 @@ export const defaultOptions: ElasticsearchRuntimeOptions = {
     indexPrefix: 'vendure-',
     indexPrefix: 'vendure-',
     indexSettings: {},
     indexSettings: {},
     indexMappingProperties: {},
     indexMappingProperties: {},
-    productChunkSize: 500,
-    bulkOperationSizeLimit: 3000,
+    reindexProductsChunkSize: 500,
+    reindexBulkOperationSizeLimit: 3000,
     searchConfig: {
     searchConfig: {
         facetValueMaxSize: 50,
         facetValueMaxSize: 50,
         collectionMaxSize: 50,
         collectionMaxSize: 50,