about summary refs log tree commit diff
path: root/tvix/store/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/store/src/utils.rs')
-rw-r--r--tvix/store/src/utils.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/store/src/utils.rs b/tvix/store/src/utils.rs
index 4b07b35d694c..c550ad365ed7 100644
--- a/tvix/store/src/utils.rs
+++ b/tvix/store/src/utils.rs
@@ -41,11 +41,11 @@ pub struct ServiceUrls {
     #[arg(
         long,
         env,
-        default_value = "sled:///var/lib/tvix-store/directories.sled"
+        default_value = "redb:///var/lib/tvix-store/directories.redb"
     )]
     directory_service_addr: String,
 
-    #[arg(long, env, default_value = "sled:///var/lib/tvix-store/pathinfo.sled")]
+    #[arg(long, env, default_value = "redb:///var/lib/tvix-store/pathinfo.redb")]
     path_info_service_addr: String,
 
     /// Path to a TOML file describing the way the services should be composed