diff --git a/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp b/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp index e7ef391cd..20a55d278 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/downloader.cpp @@ -91,7 +91,7 @@ void CDownloader::startTimer() { stopTimer(); - m_timer->setInterval(5000); + m_timer->setInterval(30000); m_timer->setSingleShot(true); m_timer->start(); }