Quote:
Originally Posted by JimmXinu
It's working as intended for me. And that code hasn't been touched recently.
A number of [<site>] sections have a slow_down_sleep_time setting in defaults.ini.
If you put slow_down_sleep_time under [defaults] in personal.ini, those [<site>] sections in defaults.ini will take precedence over [defaults] in personal.ini.
Set it in personal.ini under the specific [<site>] section or [overrides] instead.
Alternatively, since the numbers you quote are larger than site's default, I would you have more than one slow_down_sleep_time setting, possibly in more than one copy of the same [<section>] that are conflicting.
If you run in debug mode, each fetch will explicitly state it's sleep time like:
Code:
FFF: DEBUG: 2024-03-19 17:19:15,288: decorators.py(123): random sleep(49.50-148.50):139.64
|
Well, no idea how long this is going on, I just noticed it yesterday when updating several stories. The setting is in one site section, there is only one in it and no twin of the section. It looks like this:
Code:
[www.fanfiction.net]
#use_nsapa_proxy:true
use_flaresolverr_proxy:true
use_cloudscraper:false
slow_down_sleep_time:99
Checked and double checked, still doesn't work. I placed the setting in [overrides] and there it does work - but for all sites. I want the heavy slow down for FFN, not everywhere. Any idea?
BTW, how do you set the plugin into debug mode?