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:
Kevin Fenzi 2024-02-28 14:04:02 -08:00
parent 33d92e9189
commit ec49ea3083
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ Disallow: /api
Disallow: /login
Disallow: /*/raw
Disallow: /*/blob
Crawl-Delay: 2
Crawl-Delay: 10
{% endif %}