mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +00:00
[core] Disable servers pinging before starting downloads
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
2e60bfc289
commit
dee47e7a66
@@ -18,7 +18,7 @@ namespace storage
|
||||
/// and file downloading.
|
||||
//
|
||||
// *NOTE*, this class is not thread-safe.
|
||||
class HttpMapFilesDownloader : public MapFilesDownloaderWithPing
|
||||
class HttpMapFilesDownloader : public MapFilesDownloader
|
||||
{
|
||||
public:
|
||||
virtual ~HttpMapFilesDownloader();
|
||||
@@ -29,7 +29,7 @@ public:
|
||||
QueueInterface const & GetQueue() const override;
|
||||
|
||||
private:
|
||||
// MapFilesDownloaderWithServerList overrides:
|
||||
// MapFilesDownloader overrides:
|
||||
void Download(QueuedCountry && queuedCountry) override;
|
||||
|
||||
void Download();
|
||||
|
||||
Reference in New Issue
Block a user