From dc3ff7d1c62a70cc8d17c11680e16e4335a23576 Mon Sep 17 00:00:00 2001 From: oooo-ps Date: Fri, 11 Jul 2025 02:39:32 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index c224051..c5066e8 100644 --- a/Home.md +++ b/Home.md @@ -14,4 +14,8 @@ torrent client * SQLite DB 2. Add this tracker to your BitTorrent client (and share with others). 3. Run the [aquatic-crawler](https://github.com/YGGverse/aquatic-crawler) connected to the `aquatic_udp` binary API. 4. Export the resolved aggregation results to any supported format, such as RSS. -5. Subscribe to RSS feed updates in your favorite client. \ No newline at end of file +5. Subscribe to RSS feed updates in your favorite client. + +## SSD-friendly + +The crawler is designed to use an in-memory index; it writes data to disk only when specified options are requested and only when the data needs to be updated (through additional read-only filters). \ No newline at end of file