From 09a3d9cd920315fa6cc43dd0951a401560782832 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 24 Nov 2022 15:15:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'simgear/scene/tsync/terra?= =?UTF-8?q?sync.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simgear/scene/tsync/terrasync.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index b205aa92..8d3516d0 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -1173,11 +1173,6 @@ void SGTerraSync::shutdown() _workerThread->stop(); } -voide SGTerraSync::setDefault() -{ - -} - void SGTerraSync::reinit() { auto enabled = _enabledNode->getBoolValue(); @@ -1356,12 +1351,12 @@ void SGTerraSync::update(double) _retryBackOffSeconds = std::min(_retryBackOffSeconds + 60, 60u * 15); const int seconds = static_cast(sg_random() * _retryBackOffSeconds); - _retryTime = SGTimeStamp::now() + SGTimeStamp::fromSec(seconds); + //_retryTime = SGTimeStamp::now() + SGTimeStamp::fromSec(seconds); SG_LOG(SG_TERRASYNC, SG_ALERT, "Terrasync paused due to " << copiedState._consecutive_errors << " consecutive errors during sync; will retry in " << seconds << " seconds."); //zhongjin //NAPTR 查询失败后处理 - _retryTime = SGTimeStamp::now() - 1000; + _retryTime = SGTimeStamp::now() -S GTimeStamp::fromSec(seconds); //end