Change timeouts

This commit is contained in:
Jonas Kvinge
2020-04-25 00:13:48 +02:00
parent 4abc650edf
commit 49f77d3b75

View File

@@ -42,10 +42,10 @@
#include "coverprovider.h"
#include "coverproviders.h"
const int AlbumCoverFetcherSearch::kSearchTimeoutMs = 6000;
const int AlbumCoverFetcherSearch::kImageLoadTimeoutMs = 16000;
const int AlbumCoverFetcherSearch::kSearchTimeoutMs = 20000;
const int AlbumCoverFetcherSearch::kImageLoadTimeoutMs = 6000;
const int AlbumCoverFetcherSearch::kTargetSize = 500;
const float AlbumCoverFetcherSearch::kGoodScore = 4;
const float AlbumCoverFetcherSearch::kGoodScore = 4.0;
AlbumCoverFetcherSearch::AlbumCoverFetcherSearch(
const CoverSearchRequest &request, QNetworkAccessManager *network, QObject *parent)