pagure: increase crawl delay to reduce load
This was causing pagure to not be very responsive. Lets try increasing the delay to reduce load. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
33d92e9189
commit
ec49ea3083
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ Disallow: /api
|
||||||
Disallow: /login
|
Disallow: /login
|
||||||
Disallow: /*/raw
|
Disallow: /*/raw
|
||||||
Disallow: /*/blob
|
Disallow: /*/blob
|
||||||
Crawl-Delay: 2
|
Crawl-Delay: 10
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue