Store server statistics data in a log file and reload it when the server is restarted.
This commit is contained in:
+2
-1
@@ -261,7 +261,8 @@ void Session::startNetworkServer()
|
||||
myConfig->readConfigInt("ServerPort"),
|
||||
myConfig->readConfigInt("ServerUseIpv6") == 1,
|
||||
myConfig->readConfigInt("ServerUseSctp") == 1,
|
||||
myConfig->readConfigString("ServerPassword"));
|
||||
myConfig->readConfigString("ServerPassword"),
|
||||
myConfig->readConfigString("LogDir"));
|
||||
myNetServer->Run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user