-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[electron] Make the server timeout configurable #3072
Labels
electron
issues related to the electron target
Comments
Depends on #2624. |
1 task
marcdumais-work
pushed a commit
to marcdumais-work/theia
that referenced
this issue
Oct 15, 2018
Adjusted the `appProjectPath` for the backend when running from electron. Replaced the on the fly created application module loader with a function. Closes: eclipse-theia#3072. Closes: eclipse-theia#2624. Closes: eclipse-theia#2992. Signed-off-by: Akos Kitta <kittaakos@typefox.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one: https://github.com/theia-ide/theia/blob/4eda225bc683633b9a5528b0a327b0b7681cce6e/packages/core/src/node/cluster/main.ts#L28-L32
One can specify the
--startup-timeout
option, but this approach is not feasible when starting the backend process from the main electron process. I would like to reuse theBackendApplicationConfigProvider
so that one can specify a server timeout in the application'spackage.json
if it is not given as an option.Note: this should work in a bundled electron application.
Thoughts?
CC: @akosyakov
The text was updated successfully, but these errors were encountered: