Increase/Disable the timeout of the coffee editor #170
-
Hi, In the theia-cloud project I saw something about "timeout limit" and "timeout strategy" but couldn't find any occurrence in the coffee-editor project except the timeout dialog. Is it possible to change the timeout/ disable it? Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Deel96, The timeout dialog opens anytime the connection status of the coffee editor changes to offline. This is implemented in To be clear, you run just the coffee editor, right? Or do you host it locally with theia-cloud or something similar? |
Beta Was this translation helpful? Give feedback.
Hi @Deel96,
the coffee editor should not timeout itself when you run it on your local machine because the timeout is enforced by the Kubernetes cluster. Are you sure it really timed out exactly after 30 minutes or could the connection to the backend be interrupted by some other incident (e.g. restarting it)?
The timeout dialog opens anytime the connection status of the coffee editor changes to offline. This is implemented in
web/coffee-server/src/browser/coffee-server-frontend-module.ts
.To be clear, you run just the coffee editor, right? Or do you host it locally with theia-cloud or something similar?