From 503cedd14eeffeee99baf9ab275b2afaa63dbd83 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 9 Mar 2023 20:07:19 -0600 Subject: [PATCH] Update dev toml --- dev.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.toml b/dev.toml index 7a642a0..c44c2ba 100644 --- a/dev.toml +++ b/dev.toml @@ -27,9 +27,9 @@ cache_duration = 168 [repo] type = 'sled' -path = 'data/sled-repo' +path = 'data/sled-repo-local' cache_capacity = 67108864 [store] type = 'filesystem' -path = 'data/files' +path = 'data/files-local'