mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
implement preload_max_filesize, preload_max_filecount options
This commit is contained in:
parent
7de77b8575
commit
4f39dc3d0a
4 changed files with 78 additions and 16 deletions
|
|
@ -86,7 +86,7 @@ aquatic-crawler --infohash-file /path/to/info-hash-ipv4.json\
|
|||
Enable upload
|
||||
|
||||
--preload-regex <PRELOAD_REGEX>
|
||||
Preload files match regex pattern (list only without preload by default)
|
||||
Preload only files match regex pattern (list only without preload by default) * see also `preload_max_filesize`, `preload_max_filecount` options
|
||||
|
||||
## Example:
|
||||
|
||||
|
|
@ -94,6 +94,12 @@ aquatic-crawler --infohash-file /path/to/info-hash-ipv4.json\
|
|||
|
||||
* requires `storage` argument defined
|
||||
|
||||
--preload-max-filesize <PRELOAD_MAX_FILESIZE>
|
||||
Max size sum of preloaded files per torrent (match `preload_regex`)
|
||||
|
||||
--preload-max-filecount <PRELOAD_MAX_FILECOUNT>
|
||||
Max count of preloaded files per torrent (match `preload_regex`)
|
||||
|
||||
--save-torrents
|
||||
Save resolved torrent files to the `storage` location
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue