Updated Home (markdown)

oooo-ps 2025-07-11 02:39:32 +03:00
parent 959684493f
commit dc3ff7d1c6

@ -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.
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).