Skip to content
Snippets Groups Projects
Commit b4035bf0 authored by Jason Volk's avatar Jason Volk Committed by 🥺
Browse files

increase default dns cache entries


Signed-off-by: default avatarJason Volk <jason@zemos.net>
parent 37ecb4f2
No related branches found
No related tags found
No related merge requests found
......@@ -886,7 +886,7 @@ fn default_cleanup_second_interval() -> u32 {
1800 // every 30 minutes
}
fn default_dns_cache_entries() -> u32 { 12288 }
fn default_dns_cache_entries() -> u32 { 32768 }
fn default_dns_min_ttl() -> u64 { 60 * 180 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment