Changed: Increase timeout delay to 30s (just to avoid to wait forever)
This commit is contained in:
parent
4a7b86721a
commit
a62a5e9957
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void CDownloader::startTimer()
|
||||||
{
|
{
|
||||||
stopTimer();
|
stopTimer();
|
||||||
|
|
||||||
m_timer->setInterval(5000);
|
m_timer->setInterval(30000);
|
||||||
m_timer->setSingleShot(true);
|
m_timer->setSingleShot(true);
|
||||||
m_timer->start();
|
m_timer->start();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue