-
Notifications
You must be signed in to change notification settings - Fork 624
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prefer StoreOpener::new to StoreOpener::with_default_config (#6937)
Whenever NearConfig is available, use StoreConfig from it rather than assuming default store configuration when creating StoreOpener (and thus opening storage). This will become important when path is added to the configuration. With this change, the only remaining uses of with_default_config are in test code where we would use default store configuration anyway. Issue: #6857
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
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