Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay dialing the VM exec server (#8296)
The dial doesn't succeed until the VM exec server is healthy, so we might as well give it so more time to start and do other work in the meantime. I think this will reduce the dial latency by at least 100ms. For actions that take more than 1s to createWorkspaceImage, I think this will nearly eliminate the dial latency.
- Loading branch information