更新 'simgear/scene/tsync/terrasync.cxx'
This commit is contained in:
parent
f763c90c23
commit
6ebe2f23c1
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user