aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index 3edc08352..d051a5a40 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -440,6 +440,7 @@ void ServerConfig::Fill()
Limits.MaxAway = GetTag("limits")->getInt("maxaway", 200);
InvBypassModes = options->getBool("invitebypassmodes", true);
NameOnlyModes = options->getBool("nameonlymodes", true);
+ AnnounceTSChange = options->getBool("announcets");
range(SoftLimit, 10, ServerInstance->SE->GetMaxFds(), ServerInstance->SE->GetMaxFds(), "<performance:softlimit>");
range(MaxConn, 0, SOMAXCONN, SOMAXCONN, "<performance:somaxconn>");