add ConfigCentralServer::getMetricsDataURL() and move the stats collection functionality to the function that sends to the login server; this may or may not be optimal depending on how often it is updated

This commit is contained in:
DarthArgus
2016-05-05 16:04:41 +00:00
parent ade6e1f1d0
commit 16c9ba95d0
3 changed files with 19 additions and 8 deletions
@@ -127,6 +127,7 @@ void ConfigCentralServer::install(void)
KEY_BOOL (disconnectDuplicateConnectionsOnOtherGalaxies, false);
KEY_BOOL (requestDbSaveOnPlanetServerCrash, true);
KEY_INT (maxTimeToWaitForPlanetServerStartSeconds, 5*60); // seconds
KEY_STRING (metricsDataURL, "");
int index = 0;
char const * result = 0;