Futa Arai 8 месяцев назад
Родитель
Сommit
042235e154
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apps/pdf-converter/src/service/pdf-convert.ts

+ 1 - 0
apps/pdf-converter/src/service/pdf-convert.ts

@@ -286,6 +286,7 @@ class PdfConvertService implements OnInit {
       maxConcurrency: this.maxConcurrency,
       maxConcurrency: this.maxConcurrency,
       workerCreationDelay: 10000,
       workerCreationDelay: 10000,
       puppeteerOptions: {
       puppeteerOptions: {
+        // c.f) https://github.com/weseek/growi/pull/10192
         args: ['--no-sandbox'],
         args: ['--no-sandbox'],
       },
       },
     });
     });