diff options
| author | 2017-09-03 19:08:52 +0100 | |
|---|---|---|
| committer | 2017-09-03 19:28:50 +0100 | |
| commit | 74dd288542e28f3604306cc69468f88b14c1b3c5 (patch) | |
| tree | 9fddfe8ecafea785380efdc8398185c56e4fb4fb /src/configreader.cpp | |
| parent | Add a ConfigTag* parameter to the ServerPaths constructor. (diff) | |
Move <dns:timeout> out of the core.
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index 853e0d80f..220026155 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -66,7 +66,6 @@ ServerConfig::ServerConfig() { RawLog = HideBans = HideSplits = false; WildcardIPv6 = true; - dns_timeout = 5; MaxTargets = 20; NetBufferSize = 10240; MaxConn = SOMAXCONN; @@ -419,7 +418,6 @@ void ServerConfig::Fill() ServerDesc = server->getString("description", "Configure Me"); Network = server->getString("network", "Network"); NetBufferSize = ConfValue("performance")->getInt("netbuffersize", 10240, 1024, 65534); - dns_timeout = ConfValue("dns")->getInt("timeout", 5); DisabledCommands = ConfValue("disabled")->getString("commands", ""); DisabledDontExist = ConfValue("disabled")->getBool("fakenonexistant"); UserStats = security->getString("userstats"); |
