mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 21:45:46 +03:00
Merge: + Config: max_goroutines
Merge in DNS/adguard-home-wiki from max-go to master * commit '5f17a36a6cc4f9b4545edd6e1b4927feea8a8130': + Config: max_goroutines
commit
8a8ed7e7a7
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue