We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, we're using the small default cache sizes. We should make them configurable instead.
cache_size
safebrowing_cache_size
parental_cache_size
Default values should be relatively small, I think 5000 for each should be enough.
The text was updated successfully, but these errors were encountered:
we're using the small default cache sizes
Current DNS cache size is 1000 elements. However, current safebrowing/parental/safesearch cache size is 64k elements.
Sorry, something went wrong.
However, current safebrowing/parental/safesearch cache size is 64k elements.
Yeah, and it makes little sense to have them that big by default:)
can we get a setting to modify ttl values also? Or does defaultCacheTime ignore ttl?
+1
@skydrome yep, there will be a value for safebrowsing/parental caches TTL.
3b98461
szolin
No branches or pull requests
Currently, we're using the small default cache sizes. We should make them configurable instead.
cache_size
-- DNS cache sizesafebrowing_cache_size
-- safebrowsing service cache sizeparental_cache_size
-- parental control service cache sizeDefault values should be relatively small, I think 5000 for each should be enough.
The text was updated successfully, but these errors were encountered: