Merge: + Config: max_goroutines

Merge in DNS/adguard-home-wiki from max-go to master

* commit '5f17a36a6cc4f9b4545edd6e1b4927feea8a8130':
  + Config: max_goroutines
Andrey Meshkov 2020-08-15 00:34:04 +03:00
commit 8a8ed7e7a7

@ -195,6 +195,7 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib
* `safesearch_cache_size` — Safe Search cache size (in bytes)
* `parental_cache_size` — Parental Control cache size (in bytes)
* `cache_time` — Safe Browsing, Safe Search, Parental Control cache TTL
* `max_goroutines` — Max. number of parallel goroutines for processing incoming requests
* `filters` — List of filters, each filter has the following values:
* `enabled` — Current filter's status (enabled/disabled).
* `url` — URL pointing to the filter contents (filtering rules).