mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-08 00:33:00 +03:00
Change the default for max_goroutines #2257
Closes #2257
* commit '84ca2f58a8
':
Added a more detailed comment
Change the default for max_goroutines #2257
This commit is contained in:
commit
7e16fda57b
2 changed files with 6 additions and 3 deletions
internal/dnsforward
|
@ -184,9 +184,6 @@ func (s *Server) Prepare(config *ServerConfig) error {
|
|||
return fmt.Errorf("dns: invalid custom blocking IP address specified")
|
||||
}
|
||||
}
|
||||
if s.conf.MaxGoroutines == 0 {
|
||||
s.conf.MaxGoroutines = 50
|
||||
}
|
||||
}
|
||||
|
||||
// Set default values in the case if nothing is configured
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue