mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02:00
Tweek ffnet/fpcom sleep times again.
This commit is contained in:
parent
96ff0dec5f
commit
c680f3bb64
2 changed files with 5 additions and 5 deletions
|
|
@ -2794,7 +2794,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:10
|
||||
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.
|
||||
|
|
@ -2803,7 +2803,7 @@ slow_down_sleep_time:10
|
|||
tweak_fg_sleep:true
|
||||
min_fg_sleep:3.0
|
||||
max_fg_sleep:8.0
|
||||
max_fg_sleep_at_downloads: 10
|
||||
max_fg_sleep_at_downloads:8
|
||||
|
||||
## Extra metadata that this adapter knows about. See [archiveofourown.org]
|
||||
## for examples of how to use them.
|
||||
|
|
@ -2900,7 +2900,7 @@ cover_exclusion_regexp:(/imageu/|d_60_90\.jpg)
|
|||
## 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:10
|
||||
slow_down_sleep_time:8
|
||||
|
||||
## Date formats used by FanFicFare. Published and Update don't usually have
|
||||
## time, but they do now on ffnet.
|
||||
|
|
|
|||
|
|
@ -2825,7 +2825,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:10
|
||||
slow_down_sleep_time:8
|
||||
|
||||
## Extra metadata that this adapter knows about. See [archiveofourown.org]
|
||||
## for examples of how to use them.
|
||||
|
|
@ -2922,7 +2922,7 @@ cover_exclusion_regexp:(/imageu/|d_60_90\.jpg)
|
|||
## 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:10
|
||||
slow_down_sleep_time:8
|
||||
|
||||
## Date formats used by FanFicFare. Published and Update don't usually have
|
||||
## time, but they do now on ffnet.
|
||||
|
|
|
|||
Loading…
Reference in a new issue