-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Blacklist common virtualenv folders by default #129
Copy link
Copy link
Closed
Labels
type:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Description
We should blacklist the folders below from being watched by Streamlit. This would fix the issue where some people hit the inotify watch limit when running Streamlit from a weird working directory.
- */.virtualenv
- */.venv
- */anaconda3
- */anaconda2
- */miniconda3
- */miniconda2
- Actually let's blacklist every hidden folder:
.*
See also the config option server.folderWatchBlacklist. For this fix, you can probably use the same mechanism this config option uses.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features