Change timeouts
This commit is contained in:
@@ -42,10 +42,10 @@
|
|||||||
#include "coverprovider.h"
|
#include "coverprovider.h"
|
||||||
#include "coverproviders.h"
|
#include "coverproviders.h"
|
||||||
|
|
||||||
const int AlbumCoverFetcherSearch::kSearchTimeoutMs = 6000;
|
const int AlbumCoverFetcherSearch::kSearchTimeoutMs = 20000;
|
||||||
const int AlbumCoverFetcherSearch::kImageLoadTimeoutMs = 16000;
|
const int AlbumCoverFetcherSearch::kImageLoadTimeoutMs = 6000;
|
||||||
const int AlbumCoverFetcherSearch::kTargetSize = 500;
|
const int AlbumCoverFetcherSearch::kTargetSize = 500;
|
||||||
const float AlbumCoverFetcherSearch::kGoodScore = 4;
|
const float AlbumCoverFetcherSearch::kGoodScore = 4.0;
|
||||||
|
|
||||||
AlbumCoverFetcherSearch::AlbumCoverFetcherSearch(
|
AlbumCoverFetcherSearch::AlbumCoverFetcherSearch(
|
||||||
const CoverSearchRequest &request, QNetworkAccessManager *network, QObject *parent)
|
const CoverSearchRequest &request, QNetworkAccessManager *network, QObject *parent)
|
||||||
|
|||||||
Reference in New Issue
Block a user