mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
super-mirror
This commit is contained in:
parent
4a0548bfca
commit
aaf4195dfb
@ -1047,10 +1047,10 @@ start_download(P3DPackage::DownloadType dtype, const string &urlbase,
|
|||||||
|
|
||||||
P3DInstanceManager *inst_mgr = P3DInstanceManager::get_global_ptr();
|
P3DInstanceManager *inst_mgr = P3DInstanceManager::get_global_ptr();
|
||||||
|
|
||||||
if (is_contents_file && inst_mgr->get_verify_contents()) {
|
if (dtype == DT_redownload_contents_file) {
|
||||||
// When we're downloading the contents file with verify_contents
|
// When we're redownloading the contents file after a download
|
||||||
// true, we always go straight to the authoritative host, not even
|
// error, we always go straight to the authoritative host, not
|
||||||
// to the super-mirror.
|
// even to the super-mirror.
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// In other cases, if the "super mirror" is enabled, we try that
|
// In other cases, if the "super mirror" is enabled, we try that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user