mirror of
https://github.com/YGGverse/btracker-fs.git
synced 2026-03-31 17:15:28 +00:00
borrow root path
This commit is contained in:
parent
9a05a55919
commit
395fcf4a78
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ impl Public {
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
pub fn init(
|
pub fn init(
|
||||||
root: PathBuf,
|
root: &PathBuf,
|
||||||
default_limit: usize,
|
default_limit: usize,
|
||||||
default_capacity: usize,
|
default_capacity: usize,
|
||||||
) -> Result<Self, String> {
|
) -> Result<Self, String> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue