From e3fb6d2a1c46b8077a430679fcd1a9bae58690f5 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 15 Jan 2021 20:06:53 -0600 Subject: [PATCH] Re-enable ffnet and bump up sleep times for same. --- calibre-plugin/plugin-defaults.ini | 6 +++--- fanficfare/defaults.ini | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index 54d5d2b9..f96855e3 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -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] diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index ece745a5..2863eb70 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -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.