Преглед на файлове

ensure not to check ES version experimentally

Yuki Takei преди 6 години
родител
ревизия
a09426e33e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      src/server/util/search.js

+ 2 - 1
src/server/util/search.js

@@ -143,7 +143,8 @@ SearchClient.prototype.shouldIndexed = function(page) {
 };
 
 SearchClient.prototype.initIndices = async function() {
-  await this.checkESVersion();
+  // FIXME: comment out experimentally
+  // await this.checkESVersion();
 
   const { client, indexName, aliasName } = this;