mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-02 03:16:11 -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:
@@ -526,7 +526,7 @@ void TaskManager::run()
|
||||
NetworkHandler::install();
|
||||
NetworkSetupData setup;
|
||||
setup.port = ConfigTaskManager::getGameServicePort();
|
||||
setup.maxConnections = 100;
|
||||
setup.maxConnections = 1000;
|
||||
setup.bindInterface = ConfigTaskManager::getGameServiceBindInterface();
|
||||
instance().m_taskService = new Service(ConnectionAllocator<TaskConnection>(), setup);
|
||||
setup.port = ConfigTaskManager::getTaskManagerServicePort();
|
||||
|
||||
Reference in New Issue
Block a user