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

This commit is contained in:
kervala 2016-09-28 23:31:26 +02:00
parent 8611593f3a
commit 8c6a90df1c

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();
}