itizawa 5 lat temu
rodzic
commit
910ac31f9e

+ 1 - 0
src/server/service/search-delegator/elasticsearch.js

@@ -466,6 +466,7 @@ class ElasticsearchDelegator {
         }
 
         try {
+          // First aid to prevent unexplained memory leaks
           global.gc();
         }
         catch (err) {