You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting response.reason set to 429 TOO MANY REQUESTS
I have tried to set settings.yml:
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
use_default_settings: true
server:
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
secret_key: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # change this!
limiter: false # can be disabled for a private instance (default: true)
image_proxy: true
public_instance: false
ui:
static_use_hash: true
redis:
url: redis://redis:6379/0
search:
format:
- html
- json
rate_limit:
enabled: false
window: 10 # Keep a 10-second window for consistency
limit: 300 # Increase allowed requests to 300 per window (~30 requests/second)
botdetection: false
And limiter.toml:
# This configuration file updates the default configuration file
# See https://github.com/searxng/searxng/blob/master/searx/limiter.toml
[botdetection.ip_limit]
# activate link_token method in the ip_limit method
link_token = false # disable link_token method
But nothing seems to fix the 429 TOO MANY REQUESTS.
FYI: I am self-hosting the server.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In this code snippet below:
I keep getting
response.reason
set to429 TOO MANY REQUESTS
I have tried to set
settings.yml
:And
limiter.toml
:But nothing seems to fix the
429 TOO MANY REQUESTS
.FYI: I am self-hosting the server.
Beta Was this translation helpful? Give feedback.
All reactions