elixir/static/robots.txt
Théo Lebrun 7fbf9ec9e6 static: robots.txt: change Crawl-Delay from 5s to 1s
Crawl-Delay does have a big impact on the loadavg of the server,
meaning:
 - (1) most requests are from crawlers and,
 - (2) most crawlers listen to Crawl-Delay.

The prod server can handle the current loadavg just fine, let's let them
up their game.

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
2025-01-09 10:48:14 +01:00

3 lines
38 B
Text

User-Agent: *
Allow: /
Crawl-Delay: 1