Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): lower socket path by 10 chars to reduce chances of too-lon…
…g paths (#28920) ## Current Behavior Socket paths have quite a short allowed length. It's easy to hit the maximum. ## Expected Behavior We should exceed the maximum as rarely as possible. By lowering the workspacePath hash portion, we reduce the chances of exceeding the path. ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #27725 (cherry picked from commit be8029d)
- Loading branch information