From 262b7224a8d29d87e3eed94de2378f19e418ebf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Mon, 11 May 2026 12:05:39 +0200 Subject: [PATCH] Update README files --- README.md | 1 + crates/udp/README.md | 1 + crates/ws/README.md | 4 +--- 3 files changed, 3 insertions(+), 3 deletions(-) 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