mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
Lowered update of server sync TS from 10 seconds to 60 seconds.
This commit is contained in:
parent
55bc6ac2ad
commit
2ed480eab2
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user