Results 279 comments of Alexandre Flament

startpage still works on my instance, do we have an idea how much requests are needed to trigger the CAPTCHA?

In your `uwsgi.ini`, set the number of worker to 1 : https://github.com/searxng/searxng/blob/afde954df8fedc0c9d21d1cc75407ecafed020ab/dockerfiles/uwsgi.ini#L7 (here the version used in the docker image as an example)

What if the SuspendedStatus is per `(Network, local_address, proxy)` instead of just `Network` ? So if an engine is suspended for a proxy, it won't be for another proxy. >...

> What's local_address in this case? `None` since not specified > That's a very good idea so when retrying the suspended proxies would be skipped then? That's the idea. At...

I remember that a fork has implemented multiple instant answer like this one using the answers: https://github.com/searxng/searxng/blob/dec04c0ed640caac3b901787aca2a14452734fe7/searx/templates/simple/results.html#L29 Instead: ```{{ answer.answer | safe }} ``` Then each answer calls Jinja2 to...

For reference: https://gitlab.e.foundation/e/infra/spot/-/blob/master/searx/plugins/calculator.py

The [unbound configuration](https://www.nlnetlabs.nl/documentation/unbound/unbound.conf/) uses the default values: ``` cache-min-ttl: 3600 cache-max-ttl: 86400 ``` But the Python has also a cache with a one day expiration: https://github.com/searxng/searx-space/blob/b067de9878f338768ac922c232aaa1f181ca71c7/searxstats/fetcher/network.py#L116 The value should be...

I agree with this point. Thank you for all the suggestions. I wish the configuration to be the same among the different locations: * _as I remember_, the response time...