-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not create the default folders for DirectoryStore on Open (#2773)
For convenience, the DirectoryStore class creates the default folders when the DirectoryStore is opened. (since #2720) However this may lead into issues mapping folders to the store when started in docker. Fix: remove the code which creates default folders and ensure a null directory does not throw a NullReferenceException.
- Loading branch information
Showing
1 changed file
with
3 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters