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