Changed: Increase timeout delay to 30s (just to avoid to wait forever)

--HG--
branch : develop
This commit is contained in:
kervala 2016-09-28 23:31:26 +02:00
parent f168dd17e2
commit 9af4edf07a

View file

@ -91,7 +91,7 @@ void CDownloader::startTimer()
{
stopTimer();
m_timer->setInterval(5000);
m_timer->setInterval(30000);
m_timer->setSingleShot(true);
m_timer->start();
}