client icon indicating copy to clipboard operation
client copied to clipboard

Streaming: Add */site-packages/* to the passthrough path filter

Open kbolashev opened this issue 3 years ago • 0 comments

This should improve performance in use cases where the user has a venv inside of the project repository

Trying to look for modules inside of the project root takes a lot of time because of the fallback request to the server on a nonexistent file.

At the same time, I expect that a possibility of a user:

  • having a site-packages folder in their repo/storing modules in a repository
  • much more, having them in dvc and not in git To be close to nil

kbolashev avatar Nov 09 '22 14:11 kbolashev