0
0
Fork 0
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:
Jason Volk 2022-08-12 16:22:41 -07:00
parent f91863716a
commit 387b60cb15

View file

@ -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)