mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-12-27 03:10:54 +00:00
Changed: Increase timeout delay to 30s (just to avoid to wait forever)
--HG-- branch : develop
This commit is contained in:
parent
f168dd17e2
commit
9af4edf07a
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