Revert "+ config: add cache size settings"

This reverts commit 81303b5db7.
This commit is contained in:
Simon Zolin
2019-08-16 15:11:31 +03:00
parent 68d5d595b6
commit d46ebe1c8b
2 changed files with 4 additions and 11 deletions

View File

@@ -211,10 +211,6 @@ func initConfig() {
// also change the default config
config.DNS.UpstreamDNS = defaultDNS
}
config.DNS.SafeBrowsingCacheSize = 64 * 1024
config.DNS.SafeSearchCacheSize = 64 * 1024
config.DNS.ParentalCacheSize = 64 * 1024
}
// getConfigFilename returns path to the current config file