mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
update api details
This commit is contained in:
parent
6d998427dc
commit
2f25ef04d8
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue