调整缓存索引数据库缓存尺寸

This commit is contained in:
刘祥超
2023-11-06 22:10:34 +08:00
parent 1e56247b9c
commit d793472b42
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ func TestFileListDB_Memory(t *testing.T) {
_ = db.Close()
}()
err := db.Open(Tea.Root + "/data/db-0.db")
err := db.Open(Tea.Root + "/data/cache-index/p1/db-0.db")
if err != nil {
t.Fatal(err)
}