mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +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();
|
||||
|
||||
m_timer->setInterval(5000);
|
||||
m_timer->setInterval(30000);
|
||||
m_timer->setSingleShot(true);
|
||||
m_timer->start();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue