You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 fix: increase SSH resolvePath timeout to 10s (#556)
SSH workspace creation was timing out after 5s on slower connections.
The connection would have succeeded with more time.
Increased timeout from 5s to 10s in `resolvePath()` to accommodate
slower networks or hosts under load.
ProxyCommand `coder ssh` is quite slow for me right now & I was hitting
this timeout semi frequently. (I like Coder Desktop because it's nowhere
near this slow for new ssh connections)
_Generated with `cmux`_
0 commit comments