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