mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Re-enable ffnet and bump up sleep times for same.
This commit is contained in:
parent
0e2885b6ca
commit
e3fb6d2a1c
2 changed files with 4 additions and 4 deletions
|
|
@ -2789,15 +2789,15 @@ skip_author_cover:true
|
|||
## fanfiction.net is blocking people more aggressively. If you
|
||||
## download fewer stories less often you can likely get by with
|
||||
## reducing this sleep.
|
||||
slow_down_sleep_time:4
|
||||
slow_down_sleep_time:8
|
||||
|
||||
## ffnet is sensitive to too many hits. Users are sensitive to long
|
||||
## waits during the initial metadata collection in the foreground.
|
||||
## When used, these settings will speed up metadata downloads in the
|
||||
## foreground linearly.
|
||||
tweak_fg_sleep:true
|
||||
min_fg_sleep:1.0
|
||||
max_fg_sleep:4.0
|
||||
min_fg_sleep:3.0
|
||||
max_fg_sleep:8.0
|
||||
max_fg_sleep_at_downloads: 10
|
||||
|
||||
## Extra metadata that this adapter knows about. See [archiveofourown.org]
|
||||
|
|
|
|||
|
|
@ -2820,7 +2820,7 @@ skip_author_cover:true
|
|||
## fanfiction.net is blocking people more aggressively. If you
|
||||
## download fewer stories less often you can likely get by with
|
||||
## reducing this sleep.
|
||||
slow_down_sleep_time:4
|
||||
slow_down_sleep_time:8
|
||||
|
||||
## Extra metadata that this adapter knows about. See [archiveofourown.org]
|
||||
## for examples of how to use them.
|
||||
|
|
|
|||
Loading…
Reference in a new issue