mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-23 07:16:15 +00:00
Changed: Increase timeout delay to 30s (just to avoid to wait forever)
This commit is contained in:
parent
8611593f3a
commit
8c6a90df1c
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