changedetection.io
changedetection.io copied to clipboard
[feature] Increase number of browser steps for more complicated websites
Hi,
is there any possibility to increase the number of browser steps for a search? Currently maxed out at 10 steps.
https://github.com/dgtlmoon/changedetection.io/blob/3d1e1025d2eea3085c6247d6b88905ffe7b84a40/docker-compose.yml#L52
right here for now
https://github.com/dgtlmoon/changedetection.io/blob/3d1e1025d2eea3085c6247d6b88905ffe7b84a40/docker-compose.yml#L52
right here for now
Thanks for the reply. I added this variable to the docker container and selected a value of 20. Still, in the Changedetection.io UI I can only select up to 10 browser steps.
Somehow this did not help, see:
with: FETCH_WORKERS=20
aaah my mistake, sorry misunderstood your request
Are there any plans to implement that? :)
Someone has a fork that bumps the limit from 10 -> 30
https://github.com/CSDTs/changedetection.io/commit/69b9bc7b906763530a27288c8610a40b744a62c7
An acceptable PR would probably require something in the UI to be able to add more steps, but maybe this commit is acceptable enough of a stop-gap
Are there plans to update this limit for more complex flows? It doesn't have to be pretty or even enabled via UI (if a config import can help bypass that limit, that'd work)