update api details

This commit is contained in:
yggverse 2025-08-06 13:01:22 +03:00
parent 6d998427dc
commit 2f25ef04d8
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ pub struct Config {
#[arg(long, default_value_t = 20)]
pub list_limit: usize,
/// Default capacity (estimated torrents in `storage`)
/// Default capacity (estimated torrents in the `preload` directory)
#[arg(long, default_value_t = 1000)]
pub capacity: usize,