mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http, aquatic_ws: add option for printing statistics
statistics are on number of peers per torrent
This commit is contained in:
parent
23a562c1e5
commit
88423976c4
9 changed files with 150 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -76,6 +76,7 @@ dependencies = [
|
|||
"crossbeam-channel",
|
||||
"either",
|
||||
"hashbrown 0.8.2",
|
||||
"histogram",
|
||||
"indexmap",
|
||||
"itoa",
|
||||
"log",
|
||||
|
|
@ -211,6 +212,7 @@ dependencies = [
|
|||
"crossbeam-channel",
|
||||
"either",
|
||||
"hashbrown 0.8.2",
|
||||
"histogram",
|
||||
"indexmap",
|
||||
"log",
|
||||
"mimalloc",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue