mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-11 09:48:49 -05:00
increase default dns cache entries
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
37ecb4f2b9
commit
b4035bf0da
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue