Increase timeouts for worker gRPC respones (#705)
* update timeouts * update shutdown timeout * reduce timeouts
This commit is contained in:
Родитель
6ae7adfb2a
Коммит
8720f1ad1c
|
@ -5,5 +5,9 @@
|
|||
"defaultExecutablePath":"node",
|
||||
"defaultWorkerPath":"dist/src/nodejsWorker.js",
|
||||
"workerIndexing": "true"
|
||||
},
|
||||
"processOptions": {
|
||||
"initializationTimeout": "00:02:00",
|
||||
"environmentReloadTimeout": "00:02:00"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче