mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
ircd::net: Fix these conf item paths.
This commit is contained in:
parent
977ebd4e47
commit
d29b98b0ea
1 changed files with 6 additions and 6 deletions
|
@ -2254,7 +2254,7 @@ ircd::net::dns::opts_default
|
|||
decltype(ircd::net::dns::cache::clear_nxdomain)
|
||||
ircd::net::dns::cache::clear_nxdomain
|
||||
{
|
||||
{ "name", "net.dns.cache.clear_nxdomain" },
|
||||
{ "name", "ircd.net.dns.cache.clear_nxdomain" },
|
||||
{ "default", 43200L },
|
||||
};
|
||||
|
||||
|
@ -2512,14 +2512,14 @@ ircd::net::dns::make_SRV_key(const mutable_buffer &out,
|
|||
decltype(ircd::net::dns::resolver::timeout)
|
||||
ircd::net::dns::resolver::timeout
|
||||
{
|
||||
{ "name", "net.dns.resolver.timeout" },
|
||||
{ "name", "ircd.net.dns.resolver.timeout" },
|
||||
{ "default", 10000L },
|
||||
};
|
||||
|
||||
decltype(ircd::net::dns::resolver::send_rate)
|
||||
ircd::net::dns::resolver::send_rate
|
||||
{
|
||||
{ "name", "net.dns.resolver.send_rate" },
|
||||
{ "name", "ircd.net.dns.resolver.send_rate" },
|
||||
{ "default", 20L },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue