Skip to content

Commit 5eef712

Browse files
committed
fix(builder): stupid debug test (v0.2.1)
1 parent c0f4698 commit 5eef712

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "forceps"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Jacob Parker <[email protected]>"]
55
description = "An easy-to-use async & on-disk database"
66
readme = "README.md"

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ impl CacheBuilder {
4444
pub fn new<P: AsRef<path::Path>>(path: P) -> Self {
4545
let opts = Options {
4646
path: path.as_ref().to_owned(),
47-
dir_depth: 10,
47+
dir_depth: 2,
4848
save_last_access: false,
4949

5050
// default buffer sizes to 8kb

0 commit comments

Comments
 (0)