From 0671b7b6f925f73536a1c6ae7146d92641ac1085 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 10 Aug 2025 07:53:25 +0300 Subject: [PATCH] update readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a578a51..b95f032 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,6 @@ torrent client <-----------------------| * /preload/info- > [!TIP] > * prepend `RUST_LOG=debug` to debug, append `NO_COLOR=1` to disable fmt > * use `--preload-*` arguments group to avoid preloading everything (by default) -> * as the crawler is running in a single thread, use `--peer-read-write-timeout` (in seconds) to skip long-lasting connections. Content preload will be restored in the next crawl cycle after resolving other torrents from active peers in the queue. ``` bash aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\ @@ -44,9 +43,8 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\ --tracker udp://host2:port\ --preload /path/to/directory\ --preload-max-filesize=50000\ - --preload-max-filecount=1\ - --preload-regex="\.(png|gif|jpeg|jpg|webp|svg|log|txt)$"\ - --peer-read-write-timeout=10 + --preload-max-filecount=10\ + --preload-regex="\.(png|gif|jpeg|jpg|webp|svg|log|txt)$" ``` ### Options