mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +00:00
update default preload extensions
This commit is contained in:
parent
9af864cb25
commit
67c290716b
2 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
|
|||
--preload /path/to/directory\
|
||||
--preload-max-filesize=50000\
|
||||
--preload-max-filecount=1\
|
||||
--preload-regex="\.(png|gif|jpeg|jpg|webp)$"\
|
||||
--preload-regex="\.(png|gif|jpeg|jpg|webp|svg|log|txt)$"\
|
||||
--peer-read-write-timeout=10
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ pub struct Config {
|
|||
///
|
||||
/// Filter by image ext
|
||||
/// ```
|
||||
/// --preload-regex '\.(png|gif|jpeg|jpg|webp)$'
|
||||
/// --preload-regex '\.(png|gif|jpeg|jpg|webp|svg|log|txt)$'
|
||||
/// ```
|
||||
///
|
||||
/// * requires `storage` argument defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue