diff --git a/worker.config.json b/worker.config.json index 4681958..8ac1ba2 100644 --- a/worker.config.json +++ b/worker.config.json @@ -5,5 +5,9 @@ "defaultExecutablePath":"node", "defaultWorkerPath":"dist/src/nodejsWorker.js", "workerIndexing": "true" + }, + "processOptions": { + "initializationTimeout": "00:02:00", + "environmentReloadTimeout": "00:02:00" } } \ No newline at end of file