Skip to content

Commit

Permalink
fix(builder): stupid debug test (v0.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
DevBlocky committed Apr 27, 2021
1 parent c0f4698 commit 5eef712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forceps"
version = "0.2.0"
version = "0.2.1"
authors = ["Jacob Parker <blocckba5her@gmail.com>"]
description = "An easy-to-use async & on-disk database"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ impl CacheBuilder {
pub fn new<P: AsRef<path::Path>>(path: P) -> Self {
let opts = Options {
path: path.as_ref().to_owned(),
dir_depth: 10,
dir_depth: 2,
save_last_access: false,

// default buffer sizes to 8kb
Expand Down

0 comments on commit 5eef712

Please sign in to comment.