default to off for now

This commit is contained in:
DarthArgus
2016-10-16 07:53:08 +00:00
parent 4a2c4a4734
commit 608165a9ba
2 changed files with 2 additions and 2 deletions
@@ -88,7 +88,7 @@ void ConfigConnectionServer::install(void)
KEY_INT (lagReportThreshold, 10000);
KEY_INT (defaultGameFeatures, 0xFFFFFFFF);
KEY_INT (defaultSubscriptionFeatures, 0xFFFFFFFF);
KEY_INT (maxConnectionsPerIP, 6);
KEY_INT (maxConnectionsPerIP, 0);
KEY_BOOL (validateStationKey, false);
KEY_STRING (sessionServers, "");
@@ -116,7 +116,7 @@ void ConfigLoginServer::install(void)
KEY_BOOL(requireSecureLoginForCsTool, true);
KEY_BOOL(useExternalAuth, false);
KEY_STRING(externalAuthURL, "");
KEY_INT(maxConnectionsPerIP, 4); // assuming 2 people playing in the same household
KEY_INT(maxConnectionsPerIP, 0); // assuming 2 people playing in the same household
int index = 0;
char const * result = 0;