Skip to content
Snippets Groups Projects
Commit 7efa6ab4 authored by David Douard's avatar David Douard
Browse files

Update conf/web.yml to configure the search service

as required by recent swh-web versions.
parent cc2ae5af
No related branches found
No related tags found
No related merge requests found
......@@ -37,13 +37,18 @@ debug: yes
serve_assets: yes
throttling:
cache_uri: memcache:11211
cache_uri: 127.0.0.1:11211
scopes:
swh_api:
limiter_rate:
default: 120/h
exempted_networks:
- 0.0.0.0/0
swh_api_origin_search:
limiter_rate:
default: 70/m
exempted_networks:
- 0.0.0.0/0
swh_api_origin_visit_latest:
limiter_rate:
default: 700/m
......@@ -59,3 +64,6 @@ throttling:
default: 120/h
exempted_networks:
- 0.0.0.0/0
search: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment