Skip to content
Snippets Groups Projects
Commit b2beca15 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Add rate limit for yandex

parent 1ce5b197
No related branches found
No related tags found
1 merge request!2175Add rate limit for yandex
...@@ -12,6 +12,8 @@ class Yandex extends Searchengine ...@@ -12,6 +12,8 @@ class Yandex extends Searchengine
public function __construct($name, SearchengineConfiguration $configuration) public function __construct($name, SearchengineConfiguration $configuration)
{ {
$configuration->monthlyRequests = 6000000; // Rate Limit Yandex searches to 6 Mio
parent::__construct($name, $configuration); parent::__construct($name, $configuration);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment