[core] Disable servers pinging before starting downloads

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-07-06 23:14:52 +07:00
committed by Konstantin Pastbin
parent 2e60bfc289
commit dee47e7a66

View File

@@ -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();