mirror of
https://github.com/matrix-construct/construct
synced 2024-12-25 23:14:13 +01:00
ircd::net::dns::cache: Increase the default nxdomain ttl.
This commit is contained in:
parent
f91863716a
commit
387b60cb15
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ decltype(ircd::net::dns::cache::nxdomain_ttl)
|
|||
ircd::net::dns::cache::nxdomain_ttl
|
||||
{
|
||||
{ "name", "ircd.net.dns.cache.nxdomain_ttl" },
|
||||
{ "default", 86400L },
|
||||
{ "default", 604800L },
|
||||
};
|
||||
|
||||
decltype(ircd::net::dns::cache::waiting)
|
||||
|
|
Loading…
Reference in a new issue