mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
push the AssetResourceRequest timeout to 15s
This commit is contained in:
parent
ec5850b82b
commit
826c2f1a9f
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ bool AssetResourceRequest::urlIsAssetHash() const {
|
|||
|
||||
void AssetResourceRequest::setupTimer() {
|
||||
Q_ASSERT(!_sendTimer);
|
||||
static const int TIMEOUT_MS = 2000;
|
||||
static const int TIMEOUT_MS = 15000;
|
||||
|
||||
_sendTimer = new QTimer(this);
|
||||
connect(_sendTimer, &QTimer::timeout, this, &AssetResourceRequest::onTimeout);
|
||||
|
|
Loading…
Reference in a new issue