diff --git a/README.md b/README.md index 346d8a20..2884e8dd 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Features at a glance: - Supports forbidding/allowing info hashes - Prometheus metrics - Automated CI testing of full file transfers +- Optional periodic exports of full scrape statistics (UDP only) Known users: diff --git a/crates/udp/README.md b/crates/udp/README.md index 8af68b95..2f95bcd5 100644 --- a/crates/udp/README.md +++ b/crates/udp/README.md @@ -12,6 +12,7 @@ Features at a glance: - Supports forbidding/allowing info hashes - Prometheus metrics - Automated CI testing of full file transfers +- Optional periodic exports of full scrape statistics Known users: diff --git a/crates/ws/README.md b/crates/ws/README.md index 11bd6f90..49584fff 100644 --- a/crates/ws/README.md +++ b/crates/ws/README.md @@ -15,7 +15,7 @@ Features at a glance: Known users: -- [tracker.webtorrent.dev](https://tracker.webtorrent.dev) (`wss://tracker.webtorrent.dev`) +- [webtorrent.dev](https://webtorrent.dev) (`wss://tracker.webtorrent.dev`) ## Performance @@ -72,8 +72,6 @@ Make sure locked memory limits are sufficient: * soft memlock 262144 ``` -In Alpine Linux you will likely need a [higher limit](https://github.com/greatest-ape/aquatic/issues/211). - Once done, start the application: ```sh