mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Changed: Increase timeout delay to 30s (just to avoid to wait forever)
This commit is contained in:
parent
4a7b86721a
commit
a62a5e9957
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void CDownloader::startTimer()
|
|||
{
|
||||
stopTimer();
|
||||
|
||||
m_timer->setInterval(5000);
|
||||
m_timer->setInterval(30000);
|
||||
m_timer->setSingleShot(true);
|
||||
m_timer->start();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue