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

@ -32,7 +32,7 @@
## Usage ## Usage
``` bash ``` bash
btracker --storage /path/to/aquatic-crawler/preload btracker --preload /path/to/aquatic-crawler/dump
``` ```
* append `RUST_LOG=debug` for detailed information output * append `RUST_LOG=debug` for detailed information output
* see the project [Wiki](https://github.com/YGGverse/btracker/wiki) for more details (including [systemd](https://github.com/YGGverse/btracker/wiki/Systemd) and [nginx](https://github.com/YGGverse/btracker/wiki/Nginx) examples) * see the project [Wiki](https://github.com/YGGverse/btracker/wiki) for more details (including [systemd](https://github.com/YGGverse/btracker/wiki/Systemd) and [nginx](https://github.com/YGGverse/btracker/wiki/Nginx) examples)

View file

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