Commit 6e97d56
committed
fix(lsp): LSP download timeout message disappears too early
Problem:
When downloading the LSP artifacts from the manifest, there are some large ones (100+ MB).
For a slow connection this can take 1+ minutes, but our timeout for the "downloading" message
is set to disappear much earlier. So it is still downloading in the background, but the message
has disappeared and the user thinks that the download is done.
Solution:
Increase the timeout to 30 minutes, which will ensure the downloading message sticks around
while the download is still happening.
Signed-off-by: nkomonen-amazon <[email protected]>1 parent 57940ed commit 6e97d56
File tree
1 file changed
+4
-2
lines changed1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | | - | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments