update default preload extensions

This commit is contained in:
yggverse 2025-08-10 02:38:42 +03:00
parent 9af864cb25
commit 67c290716b
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ aquatic-crawler --infohash /path/to/info-hash-ipv4.bin\
--preload /path/to/directory\ --preload /path/to/directory\
--preload-max-filesize=50000\ --preload-max-filesize=50000\
--preload-max-filecount=1\ --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 --peer-read-write-timeout=10
``` ```

View file

@ -72,7 +72,7 @@ pub struct Config {
/// ///
/// Filter by image ext /// 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 /// * requires `storage` argument defined