We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72c2f9 commit 1895713Copy full SHA for 1895713
core/src/services/redb/backend.rs
@@ -91,7 +91,7 @@ impl Builder for RedbBuilder {
91
core: RedbCore {
92
datadir: datadir_path,
93
table: table_name,
94
- root: self.config.root.unwrap_or_default(),
+ root: self.config.root.unwrap_or_else(|| "/".into()),
95
db,
96
}
97
.into(),
0 commit comments