mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
Updated Home (markdown)
parent
dc3ff7d1c6
commit
390e583b6e
1 changed files with 9 additions and 1 deletions
10
Home.md
10
Home.md
|
|
@ -18,4 +18,12 @@ torrent client * SQLite DB
|
|||
|
||||
## 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).
|
||||
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).
|
||||
|
||||
## Memory-safe
|
||||
|
||||
This crawler also includes limitations on index length and member values, based on the custom argument options or its defaults.
|
||||
|
||||
## Privacy-oriented
|
||||
|
||||
Exported data values, such as RSS content, are sanitized for BOM characters, HTML entities, and XSS injections to ensure safe use in clients without additional setup. However, this project is still in development, so please use it with caution, or make your revision and report any [issues](https://github.com/YGGverse/aquatic-crawler/issues) found.
|
||||
Loading…
Add table
Add a link
Reference in a new issue