mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
merge the actual useful, sane appearing changes from DNC. the changes to the crafting system and packet settings may not be so good
This commit is contained in:
@@ -1218,7 +1218,7 @@ void ConnectionServer::setupConnections()
|
||||
NetworkSetupData setup;
|
||||
setup.port = ConfigConnectionServer::getGameServicePort();
|
||||
setup.bindInterface = ConfigConnectionServer::getGameServiceBindInterface();
|
||||
setup.maxConnections = 100;
|
||||
setup.maxConnections = 1000;
|
||||
|
||||
gameService = new Service(ConnectionAllocator<GameConnection>(), setup);
|
||||
connectToMessage("GameConnectionOpened");
|
||||
|
||||
Reference in New Issue
Block a user