Lowered update of server sync TS from 10 seconds to 60 seconds.

This commit is contained in:
thunder2 2015-08-26 20:23:10 +02:00
parent 641a433f97
commit 1a1a2aa11d

View File

@ -1164,7 +1164,7 @@ void RsGxsNetService::data_tick()
//Start waiting as nothing to do in runup
usleep((int) (timeDelta * 1000 * 1000)); // timeDelta sec
if(mUpdateCounter >= 20)
if(mUpdateCounter >= 120) // 60 seconds
{
updateServerSyncTS();
mUpdateCounter = 0;