static: robots.txt: change Crawl-Delay from 1s to 2s

Recently crawlers have risen back up to high levels.
Let's ask them nicely to calm down.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
This commit is contained in:
Théo Lebrun 2025-01-14 10:49:51 +01:00
parent ede73902cd
commit ad558b04c8

View file

@ -1,3 +1,3 @@
User-Agent: *
Allow: /
Crawl-Delay: 1
Crawl-Delay: 2