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:
parent
ede73902cd
commit
ad558b04c8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
User-Agent: *
|
User-Agent: *
|
||||||
Allow: /
|
Allow: /
|
||||||
Crawl-Delay: 1
|
Crawl-Delay: 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue