FEATURE: disable default bing throttle (#11035)
See: https://meta.discourse.org/t/bingbot-is-default-throttled/84620 It appears bing is behaving in a more reasonable way, disabling the default throttle.
This commit is contained in:
parent
863f86c3a3
commit
e630ba7483
|
@ -1547,7 +1547,7 @@ security:
|
||||||
list_type: compact
|
list_type: compact
|
||||||
slow_down_crawler_user_agents:
|
slow_down_crawler_user_agents:
|
||||||
type: list
|
type: list
|
||||||
default: "bingbot"
|
default: ""
|
||||||
list_type: compact
|
list_type: compact
|
||||||
slow_down_crawler_rate: 60
|
slow_down_crawler_rate: 60
|
||||||
content_security_policy:
|
content_security_policy:
|
||||||
|
|
Loading…
Reference in New Issue