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 4a7b86721a
commit a62a5e9957

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