|
@@ -1582,7 +1582,7 @@ public:
|
|
|
{
|
|
|
stopped = true;
|
|
|
channelsPerSlave = globals->getPropInt("@channelsPerSlave", 1);
|
|
|
- unsigned localThorPortInc = globals->getPropInt("@localThorPortInc", 200);
|
|
|
+ unsigned localThorPortInc = globals->getPropInt("@localThorPortInc", DEFAULT_SLAVEPORTINC);
|
|
|
mpServers.append(* getMPServer());
|
|
|
bool reconnect = globals->getPropBool("@MPChannelReconnect");
|
|
|
for (unsigned sc=1; sc<channelsPerSlave; sc++)
|