更新 'simgear/scene/tsync/terrasync.cxx'

This commit is contained in:
zhongjin 2022-11-24 15:25:33 +08:00
parent f763c90c23
commit 6ebe2f23c1

View File

@ -1343,7 +1343,7 @@ void SGTerraSync::update(double)
if (worker_running && (copiedState._consecutive_errors >= allowedErrors)) {
//zhongjin
_workerThread->setHTTPServer("https://data.kongjian.xin/fgscenery","https://data.kongjian.xin/osm2city");
// _workerThread->setHTTPServer("https://data.kongjian.xin/fgscenery","https://data.kongjian.xin/osm2city");
//end
enabled = false;
@ -1357,7 +1357,7 @@ void SGTerraSync::update(double)
//zhongjin
//NAPTR 查询失败后处理
_retryTime = SGTimeStamp::now() - SGTimeStamp::fromSec(seconds);
//_retryTime = SGTimeStamp::now() - SGTimeStamp::fromSec(seconds);
//end